Shades of Brandy Punch #BB7B55
Tints of Brandy Punch #BB7B55
RGB
CMYK
RGB Variations
Color information
#BB7B55 (or 0xBB7B55) is known color: Brandy Punch. HEX triplet: BB, 7B and 55. RGB value is (187,123,85). Sum of RGB (Red+Green+Blue) = 187+123+85=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B55 is #4484AA. Grayscale: #8A8A8A. Windows color (decimal): -4490411 or 5602235. OLE color: 5602235.
HSL color Cylindrical-coordinate representation of color #BB7B55: hue angle of 22.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB7B55 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 85 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.27 |
| HSL | 22.35º | 0.43% | 0.53% | - |
| HSV(B) | 22.35º | 0.55% | 0.73% | - |
| XYZ | 29.22 | 25.39 | 11.95 | - |
| YUV | 137.8 | 98.2 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 85 | 0 | 0.34 | 0.55 | 0.27 | 22.35 | 0.43 | 0.53 |
| Hex | BB | 7B | 55 | 0 | 22 | 37 | 1B | 16 | 2B | 35 |
| Octal | 273 | 173 | 125 | 0 | 42 | 67 | 33 | 26 | 53 | 65 |
| Binary | 10111011 | 1111011 | 1010101 | 0 | 100010 | 110111 | 11011 | 10110 | 101011 | 110101 |
Color Harmonies of #BB7B55
Complementary color
Monochromatic Colors of #BB7B55
Black with #BB7B55
Text Example
Text Example
White with #BB7B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B55; }
p { color: rgb(187,123,85); }
H1.HeaderClassName
{
color: #BB7B55;
}
.AnyTagClassName
{
color: #BB7B55;
}
</style>
background-color css
<style>
a { background-color: #BB7B55; }
a { background-color: rgb(187,123,85); }
div.DivClassName
{
background-color: #BB7B55;
}
.BgClassName
{
background-color: #BB7B55;
}
</style>
border-color css
<style>
span { border-color: #BB7B55; }
span { border-color: rgb(187,123,85); }
td.TdClassName
{
border-color: #BB7B55;
}
.TagClassName
{
border-color: #BB7B55;
}
</style>