#BD8241

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

Shades of Brandy Punch #BD8241

Tints of Brandy Punch #BD8241

Color information

#BD8241 (or 0xBD8241) is unknown color: approx Brandy Punch. HEX triplet: BD, 82 and 41. RGB value is (189,130,65). Sum of RGB (Red+Green+Blue) = 189+130+65=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8241 is #427DBE. Grayscale: #8C8C8C. Windows color (decimal): -4357567 or 4293309. OLE color: 4293309.

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

Color convert

RGB18913065-
CMYK00.310.660.26
HSL31.45º48.82%49.8%-
HSV(B)31.45º65.61%74.12%-
XYZ29.9227.178.67-
YUV140.2385.55162.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.22%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 65 (25.78% from 255) = 16.93%
R=49.22%
G=33.85%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891306500.310.660.2631.4548.8249.8
HexBD824101F421A1f3132
Octal27520210103710232376162
Binary1011110110000010100000101111110000101101011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8241; }

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

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

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

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

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

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

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

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