Shades of Brandy Punch #BB8051
Tints of Brandy Punch #BB8051
RGB
CMYK
RGB Variations
Color information
#BB8051 (or 0xBB8051) is known color: Brandy Punch. HEX triplet: BB, 80 and 51. RGB value is (187,128,81). Sum of RGB (Red+Green+Blue) = 187+128+81=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8051 is #447FAE. Grayscale: #8C8C8C. Windows color (decimal): -4489135 or 5341371. OLE color: 5341371.
HSL color Cylindrical-coordinate representation of color #BB8051: hue angle of 26.6º 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 #BB8051 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 81 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.27 |
| HSL | 26.6º | 0.44% | 0.53% | - |
| HSV(B) | 26.6º | 0.57% | 0.73% | - |
| XYZ | 29.7 | 26.6 | 11.35 | - |
| YUV | 140.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 81 | 0 | 0.32 | 0.57 | 0.27 | 26.6 | 0.44 | 0.53 |
| Hex | BB | 80 | 51 | 0 | 20 | 39 | 1B | 1B | 2C | 35 |
| Octal | 273 | 200 | 121 | 0 | 40 | 71 | 33 | 33 | 54 | 65 |
| Binary | 10111011 | 10000000 | 1010001 | 0 | 100000 | 111001 | 11011 | 11011 | 101100 | 110101 |
Color Harmonies of #BB8051
Complementary color
Monochromatic Colors of #BB8051
Black with #BB8051
Text Example
Text Example
White with #BB8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8051; }
p { color: rgb(187,128,81); }
H1.HeaderClassName
{
color: #BB8051;
}
.AnyTagClassName
{
color: #BB8051;
}
</style>
background-color css
<style>
a { background-color: #BB8051; }
a { background-color: rgb(187,128,81); }
div.DivClassName
{
background-color: #BB8051;
}
.BgClassName
{
background-color: #BB8051;
}
</style>
border-color css
<style>
span { border-color: #BB8051; }
span { border-color: rgb(187,128,81); }
td.TdClassName
{
border-color: #BB8051;
}
.TagClassName
{
border-color: #BB8051;
}
</style>