Shades of Brandy Punch #BB844D
Tints of Brandy Punch #BB844D
RGB
CMYK
RGB Variations
Color information
#BB844D (or 0xBB844D) is known color: Brandy Punch. HEX triplet: BB, 84 and 4D. RGB value is (187,132,77). Sum of RGB (Red+Green+Blue) = 187+132+77=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB844D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB844D is #447BB2. Grayscale: #8E8E8E. Windows color (decimal): -4488115 or 5080251. OLE color: 5080251.
HSL color Cylindrical-coordinate representation of color #BB844D: hue angle of 30º 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 #BB844D is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 77 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.27 |
| HSL | 30º | 0.45% | 0.52% | - |
| HSV(B) | 30º | 0.59% | 0.73% | - |
| XYZ | 30.08 | 27.6 | 10.76 | - |
| YUV | 142.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 77 | 0 | 0.29 | 0.59 | 0.27 | 30 | 0.45 | 0.52 |
| Hex | BB | 84 | 4D | 0 | 1D | 3B | 1B | 1E | 2D | 34 |
| Octal | 273 | 204 | 115 | 0 | 35 | 73 | 33 | 36 | 55 | 64 |
| Binary | 10111011 | 10000100 | 1001101 | 0 | 11101 | 111011 | 11011 | 11110 | 101101 | 110100 |
Color Harmonies of #BB844D
Complementary color
Monochromatic Colors of #BB844D
Black with #BB844D
Text Example
Text Example
White with #BB844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB844D; }
p { color: rgb(187,132,77); }
H1.HeaderClassName
{
color: #BB844D;
}
.AnyTagClassName
{
color: #BB844D;
}
</style>
background-color css
<style>
a { background-color: #BB844D; }
a { background-color: rgb(187,132,77); }
div.DivClassName
{
background-color: #BB844D;
}
.BgClassName
{
background-color: #BB844D;
}
</style>
border-color css
<style>
span { border-color: #BB844D; }
span { border-color: rgb(187,132,77); }
td.TdClassName
{
border-color: #BB844D;
}
.TagClassName
{
border-color: #BB844D;
}
</style>