#BD8140

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

Shades of Brandy Punch #BD8140

Tints of Brandy Punch #BD8140

Color information

#BD8140 (or 0xBD8140) is unknown color: approx Brandy Punch. HEX triplet: BD, 81 and 40. RGB value is (189,129,64). Sum of RGB (Red+Green+Blue) = 189+129+64=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8140 is #427EBF. Grayscale: #8B8B8B. Windows color (decimal): -4357824 or 4227517. OLE color: 4227517.

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

Color convert

RGB18912964-
CMYK00.320.660.26
HSL31.2º49.41%49.61%-
HSV(B)31.2º66.14%74.12%-
XYZ29.7626.898.47-
YUV139.5385.38163.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 64 (25.39% from 255) = 16.75%
R=49.48%
G=33.77%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891296400.320.660.2631.249.4149.61
HexBD8140020421A1f3132
Octal27520110004010232376162
Binary10111101100000011000000010000010000101101011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8140; }

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

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

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

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

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

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

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

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