#BD8243

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

Shades of Brandy Punch #BD8243

Tints of Brandy Punch #BD8243

Color information

#BD8243 (or 0xBD8243) is unknown color: approx Brandy Punch. HEX triplet: BD, 82 and 43. RGB value is (189,130,67). Sum of RGB (Red+Green+Blue) = 189+130+67=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8243 is #427DBC. Grayscale: #8C8C8C. Windows color (decimal): -4357565 or 4424381. OLE color: 4424381.

HSL color Cylindrical-coordinate representation of color #BD8243: hue angle of 30.98º 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 #BD8243 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB18913067-
CMYK00.310.650.26
HSL30.98º48.03%50.2%-
HSV(B)30.98º64.55%74.12%-
XYZ29.9827.198.98-
YUV140.4686.55162.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 67 (26.56% from 255) = 17.36%
R=48.96%
G=33.68%
B=17.36%

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
Decimal1891306700.310.650.2630.9848.0350.2
HexBD824301F411A1f3032
Octal27520210303710132376062
Binary1011110110000010100001101111110000011101011111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8243; }

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

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

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

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

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

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

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

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