Shades of Brandy Punch #BB7D57
Tints of Brandy Punch #BB7D57
RGB
CMYK
RGB Variations
Color information
#BB7D57 (or 0xBB7D57) is known color: Brandy Punch. HEX triplet: BB, 7D and 57. RGB value is (187,125,87). Sum of RGB (Red+Green+Blue) = 187+125+87=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D57 is #4482A8. Grayscale: #8B8B8B. Windows color (decimal): -4489897 or 5733819. OLE color: 5733819.
HSL color Cylindrical-coordinate representation of color #BB7D57: hue angle of 22.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB7D57 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 87 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.27 |
| HSL | 22.8º | 0.42% | 0.54% | - |
| HSV(B) | 22.8º | 0.53% | 0.73% | - |
| XYZ | 29.55 | 25.92 | 12.46 | - |
| YUV | 139.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 87 | 0 | 0.33 | 0.53 | 0.27 | 22.8 | 0.42 | 0.54 |
| Hex | BB | 7D | 57 | 0 | 21 | 35 | 1B | 17 | 2A | 36 |
| Octal | 273 | 175 | 127 | 0 | 41 | 65 | 33 | 27 | 52 | 66 |
| Binary | 10111011 | 1111101 | 1010111 | 0 | 100001 | 110101 | 11011 | 10111 | 101010 | 110110 |
Color Harmonies of #BB7D57
Complementary color
Monochromatic Colors of #BB7D57
Black with #BB7D57
Text Example
Text Example
White with #BB7D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7D57; }
p { color: rgb(187,125,87); }
H1.HeaderClassName
{
color: #BB7D57;
}
.AnyTagClassName
{
color: #BB7D57;
}
</style>
background-color css
<style>
a { background-color: #BB7D57; }
a { background-color: rgb(187,125,87); }
div.DivClassName
{
background-color: #BB7D57;
}
.BgClassName
{
background-color: #BB7D57;
}
</style>
border-color css
<style>
span { border-color: #BB7D57; }
span { border-color: rgb(187,125,87); }
td.TdClassName
{
border-color: #BB7D57;
}
.TagClassName
{
border-color: #BB7D57;
}
</style>