Shades of Brandy Punch #BD8545
Tints of Brandy Punch #BD8545
RGB
CMYK
RGB Variations
Color information
#BD8545 (or 0xBD8545) is known color: Brandy Punch. HEX triplet: BD, 85 and 45. RGB value is (189,133,69). Sum of RGB (Red+Green+Blue) = 189+133+69=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8545 is #427ABA. Grayscale: #8E8E8E. Windows color (decimal): -4356795 or 4556221. OLE color: 4556221.
HSL color Cylindrical-coordinate representation of color #BD8545: hue angle of 32º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD8545 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 69 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.26 |
| HSL | 32º | 0.48% | 0.51% | - |
| HSV(B) | 32º | 0.63% | 0.74% | - |
| XYZ | 30.45 | 28.02 | 9.43 | - |
| YUV | 142.45 | 86.55 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 69 | 0 | 0.30 | 0.63 | 0.26 | 32 | 0.48 | 0.51 |
| Hex | BD | 85 | 45 | 0 | 1E | 3F | 1A | 20 | 30 | 33 |
| Octal | 275 | 205 | 105 | 0 | 36 | 77 | 32 | 40 | 60 | 63 |
| Binary | 10111101 | 10000101 | 1000101 | 0 | 11110 | 111111 | 11010 | 100000 | 110000 | 110011 |
Color Harmonies of #BD8545
Complementary color
Monochromatic Colors of #BD8545
Black with #BD8545
Text Example
Text Example
White with #BD8545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8545; }
p { color: rgb(189,133,69); }
H1.HeaderClassName
{
color: #BD8545;
}
.AnyTagClassName
{
color: #BD8545;
}
</style>
background-color css
<style>
a { background-color: #BD8545; }
a { background-color: rgb(189,133,69); }
div.DivClassName
{
background-color: #BD8545;
}
.BgClassName
{
background-color: #BD8545;
}
</style>
border-color css
<style>
span { border-color: #BD8545; }
span { border-color: rgb(189,133,69); }
td.TdClassName
{
border-color: #BD8545;
}
.TagClassName
{
border-color: #BD8545;
}
</style>