Shades of Brandy Punch #BD8345
Tints of Brandy Punch #BD8345
RGB
CMYK
RGB Variations
Color information
#BD8345 (or 0xBD8345) is known color: Brandy Punch. HEX triplet: BD, 83 and 45. RGB value is (189,131,69). Sum of RGB (Red+Green+Blue) = 189+131+69=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8345 is #427CBA. Grayscale: #8D8D8D. Windows color (decimal): -4357307 or 4555709. OLE color: 4555709.
HSL color Cylindrical-coordinate representation of color #BD8345: hue angle of 31º 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 #BD8345 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 69 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.26 |
| HSL | 31º | 0.48% | 0.51% | - |
| HSV(B) | 31º | 0.63% | 0.74% | - |
| XYZ | 30.18 | 27.48 | 9.34 | - |
| YUV | 141.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 69 | 0 | 0.31 | 0.63 | 0.26 | 31 | 0.48 | 0.51 |
| Hex | BD | 83 | 45 | 0 | 1F | 3F | 1A | 1F | 30 | 33 |
| Octal | 275 | 203 | 105 | 0 | 37 | 77 | 32 | 37 | 60 | 63 |
| Binary | 10111101 | 10000011 | 1000101 | 0 | 11111 | 111111 | 11010 | 11111 | 110000 | 110011 |
Color Harmonies of #BD8345
Complementary color
Monochromatic Colors of #BD8345
Black with #BD8345
Text Example
Text Example
White with #BD8345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8345; }
p { color: rgb(189,131,69); }
H1.HeaderClassName
{
color: #BD8345;
}
.AnyTagClassName
{
color: #BD8345;
}
</style>
background-color css
<style>
a { background-color: #BD8345; }
a { background-color: rgb(189,131,69); }
div.DivClassName
{
background-color: #BD8345;
}
.BgClassName
{
background-color: #BD8345;
}
</style>
border-color css
<style>
span { border-color: #BD8345; }
span { border-color: rgb(189,131,69); }
td.TdClassName
{
border-color: #BD8345;
}
.TagClassName
{
border-color: #BD8345;
}
</style>