Shades of Brandy Punch #BD7749
Tints of Brandy Punch #BD7749
RGB
CMYK
RGB Variations
Color information
#BD7749 (or 0xBD7749) is known color: Brandy Punch. HEX triplet: BD, 77 and 49. RGB value is (189,119,73). Sum of RGB (Red+Green+Blue) = 189+119+73=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7749 is #4288B6. Grayscale: #868686. Windows color (decimal): -4360375 or 4814781. OLE color: 4814781.
HSL color Cylindrical-coordinate representation of color #BD7749: hue angle of 23.79º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD7749 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 73 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.26 |
| HSL | 23.79º | 0.47% | 0.51% | - |
| HSV(B) | 23.79º | 0.61% | 0.74% | - |
| XYZ | 28.79 | 24.49 | 9.51 | - |
| YUV | 134.69 | 93.19 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 73 | 0 | 0.37 | 0.61 | 0.26 | 23.79 | 0.47 | 0.51 |
| Hex | BD | 77 | 49 | 0 | 25 | 3D | 1A | 18 | 2F | 33 |
| Octal | 275 | 167 | 111 | 0 | 45 | 75 | 32 | 30 | 57 | 63 |
| Binary | 10111101 | 1110111 | 1001001 | 0 | 100101 | 111101 | 11010 | 11000 | 101111 | 110011 |
Color Harmonies of #BD7749
Complementary color
Monochromatic Colors of #BD7749
Black with #BD7749
Text Example
Text Example
White with #BD7749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7749; }
p { color: rgb(189,119,73); }
H1.HeaderClassName
{
color: #BD7749;
}
.AnyTagClassName
{
color: #BD7749;
}
</style>
background-color css
<style>
a { background-color: #BD7749; }
a { background-color: rgb(189,119,73); }
div.DivClassName
{
background-color: #BD7749;
}
.BgClassName
{
background-color: #BD7749;
}
</style>
border-color css
<style>
span { border-color: #BD7749; }
span { border-color: rgb(189,119,73); }
td.TdClassName
{
border-color: #BD7749;
}
.TagClassName
{
border-color: #BD7749;
}
</style>