#BD8040

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

Shades of Brandy Punch #BD8040

Tints of Brandy Punch #BD8040

Color information

#BD8040 (or 0xBD8040) is unknown color: approx Brandy Punch. HEX triplet: BD, 80 and 40. RGB value is (189,128,64). Sum of RGB (Red+Green+Blue) = 189+128+64=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8040 is #427FBF. Grayscale: #8B8B8B. Windows color (decimal): -4358080 or 4227261. OLE color: 4227261.

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

Color convert

RGB18912864-
CMYK00.320.660.26
HSL30.72º49.41%49.61%-
HSV(B)30.72º66.14%74.12%-
XYZ29.6326.638.43-
YUV138.9485.71163.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.61%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 64 (25.39% from 255) = 16.80%
R=49.61%
G=33.60%
B=16.80%

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
Decimal1891286400.320.660.2630.7249.4149.61
HexBD8040020421A1f3132
Octal27520010004010232376162
Binary10111101100000001000000010000010000101101011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8040; }

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

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

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

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

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

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

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

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