Shades of Brandy Punch #BD8440
Tints of Brandy Punch #BD8440
RGB
CMYK
RGB Variations
Color information
#BD8440 (or 0xBD8440) is known color: Brandy Punch. HEX triplet: BD, 84 and 40. RGB value is (189,132,64). Sum of RGB (Red+Green+Blue) = 189+132+64=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8440 is #427BBF. Grayscale: #8D8D8D. Windows color (decimal): -4357056 or 4228285. OLE color: 4228285.
HSL color Cylindrical-coordinate representation of color #BD8440: hue angle of 32.64º 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 #BD8440 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 64 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.26 |
| HSL | 32.64º | 0.49% | 0.5% | - |
| HSV(B) | 32.64º | 0.66% | 0.74% | - |
| XYZ | 30.16 | 27.69 | 8.61 | - |
| YUV | 141.29 | 84.38 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 64 | 0 | 0.30 | 0.66 | 0.26 | 32.64 | 0.49 | 0.5 |
| Hex | BD | 84 | 40 | 0 | 1E | 42 | 1A | 21 | 31 | 32 |
| Octal | 275 | 204 | 100 | 0 | 36 | 102 | 32 | 41 | 61 | 62 |
| Binary | 10111101 | 10000100 | 1000000 | 0 | 11110 | 1000010 | 11010 | 100001 | 110001 | 110010 |
Color Harmonies of #BD8440
Complementary color
Monochromatic Colors of #BD8440
Black with #BD8440
Text Example
Text Example
White with #BD8440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8440; }
p { color: rgb(189,132,64); }
H1.HeaderClassName
{
color: #BD8440;
}
.AnyTagClassName
{
color: #BD8440;
}
</style>
background-color css
<style>
a { background-color: #BD8440; }
a { background-color: rgb(189,132,64); }
div.DivClassName
{
background-color: #BD8440;
}
.BgClassName
{
background-color: #BD8440;
}
</style>
border-color css
<style>
span { border-color: #BD8440; }
span { border-color: rgb(189,132,64); }
td.TdClassName
{
border-color: #BD8440;
}
.TagClassName
{
border-color: #BD8440;
}
</style>