Shades of Brandy Punch #BB844B
Tints of Brandy Punch #BB844B
RGB
CMYK
RGB Variations
Color information
#BB844B (or 0xBB844B) is known color: Brandy Punch. HEX triplet: BB, 84 and 4B. RGB value is (187,132,75). Sum of RGB (Red+Green+Blue) = 187+132+75=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB844B is #447BB4. Grayscale: #8E8E8E. Windows color (decimal): -4488117 or 4949179. OLE color: 4949179.
HSL color Cylindrical-coordinate representation of color #BB844B: hue angle of 30.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB844B is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 75 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.27 |
| HSL | 30.54º | 0.45% | 0.51% | - |
| HSV(B) | 30.54º | 0.6% | 0.73% | - |
| XYZ | 30.01 | 27.58 | 10.4 | - |
| YUV | 141.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 75 | 0 | 0.29 | 0.60 | 0.27 | 30.54 | 0.45 | 0.51 |
| Hex | BB | 84 | 4B | 0 | 1D | 3C | 1B | 1F | 2D | 33 |
| Octal | 273 | 204 | 113 | 0 | 35 | 74 | 33 | 37 | 55 | 63 |
| Binary | 10111011 | 10000100 | 1001011 | 0 | 11101 | 111100 | 11011 | 11111 | 101101 | 110011 |
Color Harmonies of #BB844B
Complementary color
Monochromatic Colors of #BB844B
Black with #BB844B
Text Example
Text Example
White with #BB844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB844B; }
p { color: rgb(187,132,75); }
H1.HeaderClassName
{
color: #BB844B;
}
.AnyTagClassName
{
color: #BB844B;
}
</style>
background-color css
<style>
a { background-color: #BB844B; }
a { background-color: rgb(187,132,75); }
div.DivClassName
{
background-color: #BB844B;
}
.BgClassName
{
background-color: #BB844B;
}
</style>
border-color css
<style>
span { border-color: #BB844B; }
span { border-color: rgb(187,132,75); }
td.TdClassName
{
border-color: #BB844B;
}
.TagClassName
{
border-color: #BB844B;
}
</style>