Shades of Brandy Punch #BB7D51
Tints of Brandy Punch #BB7D51
RGB
CMYK
RGB Variations
Color information
#BB7D51 (or 0xBB7D51) is known color: Brandy Punch. HEX triplet: BB, 7D and 51. RGB value is (187,125,81). Sum of RGB (Red+Green+Blue) = 187+125+81=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D51 is #4482AE. Grayscale: #8A8A8A. Windows color (decimal): -4489903 or 5340603. OLE color: 5340603.
HSL color Cylindrical-coordinate representation of color #BB7D51: hue angle of 24.91º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB7D51 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 81 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.27 |
| HSL | 24.91º | 0.44% | 0.53% | - |
| HSV(B) | 24.91º | 0.57% | 0.73% | - |
| XYZ | 29.31 | 25.83 | 11.22 | - |
| YUV | 138.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 81 | 0 | 0.33 | 0.57 | 0.27 | 24.91 | 0.44 | 0.53 |
| Hex | BB | 7D | 51 | 0 | 21 | 39 | 1B | 19 | 2C | 35 |
| Octal | 273 | 175 | 121 | 0 | 41 | 71 | 33 | 31 | 54 | 65 |
| Binary | 10111011 | 1111101 | 1010001 | 0 | 100001 | 111001 | 11011 | 11001 | 101100 | 110101 |
Color Harmonies of #BB7D51
Complementary color
Monochromatic Colors of #BB7D51
Black with #BB7D51
Text Example
Text Example
White with #BB7D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7D51; }
p { color: rgb(187,125,81); }
H1.HeaderClassName
{
color: #BB7D51;
}
.AnyTagClassName
{
color: #BB7D51;
}
</style>
background-color css
<style>
a { background-color: #BB7D51; }
a { background-color: rgb(187,125,81); }
div.DivClassName
{
background-color: #BB7D51;
}
.BgClassName
{
background-color: #BB7D51;
}
</style>
border-color css
<style>
span { border-color: #BB7D51; }
span { border-color: rgb(187,125,81); }
td.TdClassName
{
border-color: #BB7D51;
}
.TagClassName
{
border-color: #BB7D51;
}
</style>