Shades of Brandy Punch #BB7B52
Tints of Brandy Punch #BB7B52
RGB
CMYK
RGB Variations
Color information
#BB7B52 (or 0xBB7B52) is known color: Brandy Punch. HEX triplet: BB, 7B and 52. RGB value is (187,123,82). Sum of RGB (Red+Green+Blue) = 187+123+82=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B52 is #4484AD. Grayscale: #898989. Windows color (decimal): -4490414 or 5405627. OLE color: 5405627.
HSL color Cylindrical-coordinate representation of color #BB7B52: hue angle of 23.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB7B52 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 82 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.27 |
| HSL | 23.43º | 0.44% | 0.53% | - |
| HSV(B) | 23.43º | 0.56% | 0.73% | - |
| XYZ | 29.1 | 25.34 | 11.34 | - |
| YUV | 137.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 82 | 0 | 0.34 | 0.56 | 0.27 | 23.43 | 0.44 | 0.53 |
| Hex | BB | 7B | 52 | 0 | 22 | 38 | 1B | 17 | 2C | 35 |
| Octal | 273 | 173 | 122 | 0 | 42 | 70 | 33 | 27 | 54 | 65 |
| Binary | 10111011 | 1111011 | 1010010 | 0 | 100010 | 111000 | 11011 | 10111 | 101100 | 110101 |
Color Harmonies of #BB7B52
Complementary color
Monochromatic Colors of #BB7B52
Black with #BB7B52
Text Example
Text Example
White with #BB7B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B52; }
p { color: rgb(187,123,82); }
H1.HeaderClassName
{
color: #BB7B52;
}
.AnyTagClassName
{
color: #BB7B52;
}
</style>
background-color css
<style>
a { background-color: #BB7B52; }
a { background-color: rgb(187,123,82); }
div.DivClassName
{
background-color: #BB7B52;
}
.BgClassName
{
background-color: #BB7B52;
}
</style>
border-color css
<style>
span { border-color: #BB7B52; }
span { border-color: rgb(187,123,82); }
td.TdClassName
{
border-color: #BB7B52;
}
.TagClassName
{
border-color: #BB7B52;
}
</style>