Shades of Hokey Pokey #BB8E34
Tints of Hokey Pokey #BB8E34
RGB
CMYK
RGB Variations
Color information
#BB8E34 (or 0xBB8E34) is known color: Hokey Pokey. HEX triplet: BB, 8E and 34. RGB value is (187,142,52). Sum of RGB (Red+Green+Blue) = 187+142+52=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8E34 is #4471CB. Grayscale: #919191. Windows color (decimal): -4485580 or 3444411. OLE color: 3444411.
HSL color Cylindrical-coordinate representation of color #BB8E34: hue angle of 40º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB8E34 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 142 | 52 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.27 |
| HSL | 40º | 0.56% | 0.47% | - |
| HSV(B) | 40º | 0.72% | 0.73% | - |
| XYZ | 30.79 | 30.16 | 7.45 | - |
| YUV | 145.2 | 75.41 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 52 | 0 | 0.24 | 0.72 | 0.27 | 40 | 0.56 | 0.47 |
| Hex | BB | 8E | 34 | 0 | 18 | 48 | 1B | 28 | 38 | 2F |
| Octal | 273 | 216 | 64 | 0 | 30 | 110 | 33 | 50 | 70 | 57 |
| Binary | 10111011 | 10001110 | 110100 | 0 | 11000 | 1001000 | 11011 | 101000 | 111000 | 101111 |
Color Harmonies of #BB8E34
Complementary color
Monochromatic Colors of #BB8E34
Black with #BB8E34
Text Example
Text Example
White with #BB8E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8E34; }
p { color: rgb(187,142,52); }
H1.HeaderClassName
{
color: #BB8E34;
}
.AnyTagClassName
{
color: #BB8E34;
}
</style>
background-color css
<style>
a { background-color: #BB8E34; }
a { background-color: rgb(187,142,52); }
div.DivClassName
{
background-color: #BB8E34;
}
.BgClassName
{
background-color: #BB8E34;
}
</style>
border-color css
<style>
span { border-color: #BB8E34; }
span { border-color: rgb(187,142,52); }
td.TdClassName
{
border-color: #BB8E34;
}
.TagClassName
{
border-color: #BB8E34;
}
</style>