Shades of Brandy Punch #BB8151
Tints of Brandy Punch #BB8151
RGB
CMYK
RGB Variations
Color information
#BB8151 (or 0xBB8151) is known color: Brandy Punch. HEX triplet: BB, 81 and 51. RGB value is (187,129,81). Sum of RGB (Red+Green+Blue) = 187+129+81=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8151 is #447EAE. Grayscale: #8D8D8D. Windows color (decimal): -4488879 or 5341627. OLE color: 5341627.
HSL color Cylindrical-coordinate representation of color #BB8151: hue angle of 27.17º 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 #BB8151 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 129 | 81 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.27 |
| HSL | 27.17º | 0.44% | 0.53% | - |
| HSV(B) | 27.17º | 0.57% | 0.73% | - |
| XYZ | 29.83 | 26.86 | 11.4 | - |
| YUV | 140.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 81 | 0 | 0.31 | 0.57 | 0.27 | 27.17 | 0.44 | 0.53 |
| Hex | BB | 81 | 51 | 0 | 1F | 39 | 1B | 1B | 2C | 35 |
| Octal | 273 | 201 | 121 | 0 | 37 | 71 | 33 | 33 | 54 | 65 |
| Binary | 10111011 | 10000001 | 1010001 | 0 | 11111 | 111001 | 11011 | 11011 | 101100 | 110101 |
Color Harmonies of #BB8151
Complementary color
Monochromatic Colors of #BB8151
Black with #BB8151
Text Example
Text Example
White with #BB8151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8151; }
p { color: rgb(187,129,81); }
H1.HeaderClassName
{
color: #BB8151;
}
.AnyTagClassName
{
color: #BB8151;
}
</style>
background-color css
<style>
a { background-color: #BB8151; }
a { background-color: rgb(187,129,81); }
div.DivClassName
{
background-color: #BB8151;
}
.BgClassName
{
background-color: #BB8151;
}
</style>
border-color css
<style>
span { border-color: #BB8151; }
span { border-color: rgb(187,129,81); }
td.TdClassName
{
border-color: #BB8151;
}
.TagClassName
{
border-color: #BB8151;
}
</style>