Shades of Brandy Punch #BD7745
Tints of Brandy Punch #BD7745
RGB
CMYK
RGB Variations
Color information
#BD7745 (or 0xBD7745) is known color: Brandy Punch. HEX triplet: BD, 77 and 45. RGB value is (189,119,69). Sum of RGB (Red+Green+Blue) = 189+119+69=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7745 is #4288BA. Grayscale: #868686. Windows color (decimal): -4360379 or 4552637. OLE color: 4552637.
HSL color Cylindrical-coordinate representation of color #BD7745: hue angle of 25º 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 #BD7745 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 69 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.26 |
| HSL | 25º | 0.48% | 0.51% | - |
| HSV(B) | 25º | 0.63% | 0.74% | - |
| XYZ | 28.66 | 24.44 | 8.84 | - |
| YUV | 134.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 69 | 0 | 0.37 | 0.63 | 0.26 | 25 | 0.48 | 0.51 |
| Hex | BD | 77 | 45 | 0 | 25 | 3F | 1A | 19 | 30 | 33 |
| Octal | 275 | 167 | 105 | 0 | 45 | 77 | 32 | 31 | 60 | 63 |
| Binary | 10111101 | 1110111 | 1000101 | 0 | 100101 | 111111 | 11010 | 11001 | 110000 | 110011 |
Color Harmonies of #BD7745
Complementary color
Monochromatic Colors of #BD7745
Black with #BD7745
Text Example
Text Example
White with #BD7745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7745; }
p { color: rgb(189,119,69); }
H1.HeaderClassName
{
color: #BD7745;
}
.AnyTagClassName
{
color: #BD7745;
}
</style>
background-color css
<style>
a { background-color: #BD7745; }
a { background-color: rgb(189,119,69); }
div.DivClassName
{
background-color: #BD7745;
}
.BgClassName
{
background-color: #BD7745;
}
</style>
border-color css
<style>
span { border-color: #BD7745; }
span { border-color: rgb(189,119,69); }
td.TdClassName
{
border-color: #BD7745;
}
.TagClassName
{
border-color: #BD7745;
}
</style>