Shades of Brandy Punch #BD8240
Tints of Brandy Punch #BD8240
RGB
CMYK
RGB Variations
Color information
#BD8240 (or 0xBD8240) is known color: Brandy Punch. HEX triplet: BD, 82 and 40. RGB value is (189,130,64). Sum of RGB (Red+Green+Blue) = 189+130+64=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8240 is #427DBF. Grayscale: #8C8C8C. Windows color (decimal): -4357568 or 4227773. OLE color: 4227773.
HSL color Cylindrical-coordinate representation of color #BD8240: hue angle of 31.68º 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 #BD8240 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 64 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.26 |
| HSL | 31.68º | 0.49% | 0.5% | - |
| HSV(B) | 31.68º | 0.66% | 0.74% | - |
| XYZ | 29.89 | 27.15 | 8.52 | - |
| YUV | 140.12 | 85.05 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 64 | 0 | 0.31 | 0.66 | 0.26 | 31.68 | 0.49 | 0.5 |
| Hex | BD | 82 | 40 | 0 | 1F | 42 | 1A | 20 | 31 | 32 |
| Octal | 275 | 202 | 100 | 0 | 37 | 102 | 32 | 40 | 61 | 62 |
| Binary | 10111101 | 10000010 | 1000000 | 0 | 11111 | 1000010 | 11010 | 100000 | 110001 | 110010 |
Color Harmonies of #BD8240
Complementary color
Monochromatic Colors of #BD8240
Black with #BD8240
Text Example
Text Example
White with #BD8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8240; }
p { color: rgb(189,130,64); }
H1.HeaderClassName
{
color: #BD8240;
}
.AnyTagClassName
{
color: #BD8240;
}
</style>
background-color css
<style>
a { background-color: #BD8240; }
a { background-color: rgb(189,130,64); }
div.DivClassName
{
background-color: #BD8240;
}
.BgClassName
{
background-color: #BD8240;
}
</style>
border-color css
<style>
span { border-color: #BD8240; }
span { border-color: rgb(189,130,64); }
td.TdClassName
{
border-color: #BD8240;
}
.TagClassName
{
border-color: #BD8240;
}
</style>