Shades of Brandy Punch #BD7744
Tints of Brandy Punch #BD7744
RGB
CMYK
RGB Variations
Color information
#BD7744 (or 0xBD7744) is known color: Brandy Punch. HEX triplet: BD, 77 and 44. RGB value is (189,119,68). Sum of RGB (Red+Green+Blue) = 189+119+68=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7744 is #4288BB. Grayscale: #868686. Windows color (decimal): -4360380 or 4487101. OLE color: 4487101.
HSL color Cylindrical-coordinate representation of color #BD7744: hue angle of 25.29º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD7744 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 68 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.26 |
| HSL | 25.29º | 0.48% | 0.5% | - |
| HSV(B) | 25.29º | 0.64% | 0.74% | - |
| XYZ | 28.63 | 24.43 | 8.68 | - |
| YUV | 134.12 | 90.69 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 68 | 0 | 0.37 | 0.64 | 0.26 | 25.29 | 0.48 | 0.5 |
| Hex | BD | 77 | 44 | 0 | 25 | 40 | 1A | 19 | 30 | 32 |
| Octal | 275 | 167 | 104 | 0 | 45 | 100 | 32 | 31 | 60 | 62 |
| Binary | 10111101 | 1110111 | 1000100 | 0 | 100101 | 1000000 | 11010 | 11001 | 110000 | 110010 |
Color Harmonies of #BD7744
Complementary color
Monochromatic Colors of #BD7744
Black with #BD7744
Text Example
Text Example
White with #BD7744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7744; }
p { color: rgb(189,119,68); }
H1.HeaderClassName
{
color: #BD7744;
}
.AnyTagClassName
{
color: #BD7744;
}
</style>
background-color css
<style>
a { background-color: #BD7744; }
a { background-color: rgb(189,119,68); }
div.DivClassName
{
background-color: #BD7744;
}
.BgClassName
{
background-color: #BD7744;
}
</style>
border-color css
<style>
span { border-color: #BD7744; }
span { border-color: rgb(189,119,68); }
td.TdClassName
{
border-color: #BD7744;
}
.TagClassName
{
border-color: #BD7744;
}
</style>