Shades of Brandy Punch #BD7F51
Tints of Brandy Punch #BD7F51
RGB
CMYK
RGB Variations
Color information
#BD7F51 (or 0xBD7F51) is known color: Brandy Punch. HEX triplet: BD, 7F and 51. RGB value is (189,127,81). Sum of RGB (Red+Green+Blue) = 189+127+81=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F51 is #4280AE. Grayscale: #8C8C8C. Windows color (decimal): -4358319 or 5341117. OLE color: 5341117.
HSL color Cylindrical-coordinate representation of color #BD7F51: hue angle of 25.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD7F51 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 81 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.26 |
| HSL | 25.56º | 0.45% | 0.53% | - |
| HSV(B) | 25.56º | 0.57% | 0.74% | - |
| XYZ | 30.06 | 26.59 | 11.33 | - |
| YUV | 140.29 | 94.54 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 81 | 0 | 0.33 | 0.57 | 0.26 | 25.56 | 0.45 | 0.53 |
| Hex | BD | 7F | 51 | 0 | 21 | 39 | 1A | 1A | 2D | 35 |
| Octal | 275 | 177 | 121 | 0 | 41 | 71 | 32 | 32 | 55 | 65 |
| Binary | 10111101 | 1111111 | 1010001 | 0 | 100001 | 111001 | 11010 | 11010 | 101101 | 110101 |
Color Harmonies of #BD7F51
Complementary color
Monochromatic Colors of #BD7F51
Black with #BD7F51
Text Example
Text Example
White with #BD7F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F51; }
p { color: rgb(189,127,81); }
H1.HeaderClassName
{
color: #BD7F51;
}
.AnyTagClassName
{
color: #BD7F51;
}
</style>
background-color css
<style>
a { background-color: #BD7F51; }
a { background-color: rgb(189,127,81); }
div.DivClassName
{
background-color: #BD7F51;
}
.BgClassName
{
background-color: #BD7F51;
}
</style>
border-color css
<style>
span { border-color: #BD7F51; }
span { border-color: rgb(189,127,81); }
td.TdClassName
{
border-color: #BD7F51;
}
.TagClassName
{
border-color: #BD7F51;
}
</style>