#bd8144

Color #BD8144 Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #BD8144

Tints of Brandy Punch #BD8144

Color information

#BD8144 (or 0xBD8144) is unknown color: approx Brandy Punch. HEX triplet: BD, 81 and 44. RGB value is (189,129,68). Sum of RGB (Red+Green+Blue) = 189+129+68=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8144 is #427EBB. Grayscale: #8C8C8C. Windows color (decimal): -4357820 or 4489661. OLE color: 4489661.

HSL color Cylindrical-coordinate representation of color #BD8144: hue angle of 30.25º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD8144 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB18912968-
CMYK00.320.640.26
HSL30.25º47.83%50.39%-
HSV(B)30.25º64.02%74.12%-
XYZ29.8826.949.09-
YUV139.9987.38162.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 68 (26.95% from 255) = 17.62%
R=48.96%
G=33.42%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891296800.320.640.2630.2547.8350.39
HexBD8144020401A1e3032
Octal27520110404010032366062
Binary10111101100000011000100010000010000001101011110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd8144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd8144; }

 p { color: rgb(189,129,68); }

 H1.HeaderClassName
 {
   color: #bd8144;
 }
 .AnyTagClassName
 {
   color: #bd8144;
 }
</style>
background-color css

<style>
 a { background-color: #bd8144; }

 a { background-color: rgb(189,129,68); }

 div.DivClassName
 {
   background-color: #bd8144;
 }
 .BgClassName
 {
   background-color: #bd8144;
 }
</style>
border-color css

<style>
 span { border-color: #bd8144; }

 span { border-color: rgb(189,129,68); }

 td.TdClassName
 {
   border-color: #bd8144;
 }
 .TagClassName
 {
   border-color: #bd8144;
 }
</style>