Shades of Brandy Punch #BB804E
Tints of Brandy Punch #BB804E
RGB
CMYK
RGB Variations
Color information
#BB804E (or 0xBB804E) is known color: Brandy Punch. HEX triplet: BB, 80 and 4E. RGB value is (187,128,78). Sum of RGB (Red+Green+Blue) = 187+128+78=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB804E is #447FB1. Grayscale: #8C8C8C. Windows color (decimal): -4489138 or 5144763. OLE color: 5144763.
HSL color Cylindrical-coordinate representation of color #BB804E: hue angle of 27.52º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB804E is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 78 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.27 |
| HSL | 27.52º | 0.44% | 0.52% | - |
| HSV(B) | 27.52º | 0.58% | 0.73% | - |
| XYZ | 29.59 | 26.55 | 10.77 | - |
| YUV | 139.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 78 | 0 | 0.32 | 0.58 | 0.27 | 27.52 | 0.44 | 0.52 |
| Hex | BB | 80 | 4E | 0 | 20 | 3A | 1B | 1C | 2C | 34 |
| Octal | 273 | 200 | 116 | 0 | 40 | 72 | 33 | 34 | 54 | 64 |
| Binary | 10111011 | 10000000 | 1001110 | 0 | 100000 | 111010 | 11011 | 11100 | 101100 | 110100 |
Color Harmonies of #BB804E
Complementary color
Monochromatic Colors of #BB804E
Black with #BB804E
Text Example
Text Example
White with #BB804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB804E; }
p { color: rgb(187,128,78); }
H1.HeaderClassName
{
color: #BB804E;
}
.AnyTagClassName
{
color: #BB804E;
}
</style>
background-color css
<style>
a { background-color: #BB804E; }
a { background-color: rgb(187,128,78); }
div.DivClassName
{
background-color: #BB804E;
}
.BgClassName
{
background-color: #BB804E;
}
</style>
border-color css
<style>
span { border-color: #BB804E; }
span { border-color: rgb(187,128,78); }
td.TdClassName
{
border-color: #BB804E;
}
.TagClassName
{
border-color: #BB804E;
}
</style>