Shades of Brandy Punch #BD7445
Tints of Brandy Punch #BD7445
RGB
CMYK
RGB Variations
Color information
#BD7445 (or 0xBD7445) is known color: Brandy Punch. HEX triplet: BD, 74 and 45. RGB value is (189,116,69). Sum of RGB (Red+Green+Blue) = 189+116+69=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7445 is #428BBA. Grayscale: #848484. Windows color (decimal): -4361147 or 4551869. OLE color: 4551869.
HSL color Cylindrical-coordinate representation of color #BD7445: hue angle of 23.5º 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 #BD7445 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 69 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.26 |
| HSL | 23.5º | 0.48% | 0.51% | - |
| HSV(B) | 23.5º | 0.63% | 0.74% | - |
| XYZ | 28.31 | 23.74 | 8.72 | - |
| YUV | 132.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 69 | 0 | 0.39 | 0.63 | 0.26 | 23.5 | 0.48 | 0.51 |
| Hex | BD | 74 | 45 | 0 | 27 | 3F | 1A | 18 | 30 | 33 |
| Octal | 275 | 164 | 105 | 0 | 47 | 77 | 32 | 30 | 60 | 63 |
| Binary | 10111101 | 1110100 | 1000101 | 0 | 100111 | 111111 | 11010 | 11000 | 110000 | 110011 |
Color Harmonies of #BD7445
Complementary color
Monochromatic Colors of #BD7445
Black with #BD7445
Text Example
Text Example
White with #BD7445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7445; }
p { color: rgb(189,116,69); }
H1.HeaderClassName
{
color: #BD7445;
}
.AnyTagClassName
{
color: #BD7445;
}
</style>
background-color css
<style>
a { background-color: #BD7445; }
a { background-color: rgb(189,116,69); }
div.DivClassName
{
background-color: #BD7445;
}
.BgClassName
{
background-color: #BD7445;
}
</style>
border-color css
<style>
span { border-color: #BD7445; }
span { border-color: rgb(189,116,69); }
td.TdClassName
{
border-color: #BD7445;
}
.TagClassName
{
border-color: #BD7445;
}
</style>