#BD8242

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

Shades of Brandy Punch #BD8242

Tints of Brandy Punch #BD8242

Color information

#BD8242 (or 0xBD8242) is unknown color: approx Brandy Punch. HEX triplet: BD, 82 and 42. RGB value is (189,130,66). Sum of RGB (Red+Green+Blue) = 189+130+66=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8242 is #427DBD. Grayscale: #8C8C8C. Windows color (decimal): -4357566 or 4358845. OLE color: 4358845.

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

Color convert

RGB18913066-
CMYK00.310.650.26
HSL31.22º48.24%50%-
HSV(B)31.22º65.08%74.12%-
XYZ29.9527.188.82-
YUV140.3486.05162.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 66 (26.17% from 255) = 17.14%
R=49.09%
G=33.77%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891306600.310.650.2631.2248.2450
HexBD824201F411A1f3032
Octal27520210203710132376062
Binary1011110110000010100001001111110000011101011111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8242; }

 p { color: rgb(189,130,66); }

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

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

 a { background-color: rgb(189,130,66); }

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

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

 span { border-color: rgb(189,130,66); }

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