Shades of Brandy Punch #BB844C
Tints of Brandy Punch #BB844C
RGB
CMYK
RGB Variations
Color information
#BB844C (or 0xBB844C) is known color: Brandy Punch. HEX triplet: BB, 84 and 4C. RGB value is (187,132,76). Sum of RGB (Red+Green+Blue) = 187+132+76=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB844C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB844C is #447BB3. Grayscale: #8E8E8E. Windows color (decimal): -4488116 or 5014715. OLE color: 5014715.
HSL color Cylindrical-coordinate representation of color #BB844C: hue angle of 30.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB844C is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 76 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.27 |
| HSL | 30.27º | 0.45% | 0.52% | - |
| HSV(B) | 30.27º | 0.59% | 0.73% | - |
| XYZ | 30.05 | 27.59 | 10.58 | - |
| YUV | 142.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 76 | 0 | 0.29 | 0.59 | 0.27 | 30.27 | 0.45 | 0.52 |
| Hex | BB | 84 | 4C | 0 | 1D | 3B | 1B | 1E | 2D | 34 |
| Octal | 273 | 204 | 114 | 0 | 35 | 73 | 33 | 36 | 55 | 64 |
| Binary | 10111011 | 10000100 | 1001100 | 0 | 11101 | 111011 | 11011 | 11110 | 101101 | 110100 |
Color Harmonies of #BB844C
Complementary color
Monochromatic Colors of #BB844C
Black with #BB844C
Text Example
Text Example
White with #BB844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB844C; }
p { color: rgb(187,132,76); }
H1.HeaderClassName
{
color: #BB844C;
}
.AnyTagClassName
{
color: #BB844C;
}
</style>
background-color css
<style>
a { background-color: #BB844C; }
a { background-color: rgb(187,132,76); }
div.DivClassName
{
background-color: #BB844C;
}
.BgClassName
{
background-color: #BB844C;
}
</style>
border-color css
<style>
span { border-color: #BB844C; }
span { border-color: rgb(187,132,76); }
td.TdClassName
{
border-color: #BB844C;
}
.TagClassName
{
border-color: #BB844C;
}
</style>