Shades of Hokey Pokey #BB862C
Tints of Hokey Pokey #BB862C
RGB
CMYK
RGB Variations
Color information
#BB862C (or 0xBB862C) is known color: Hokey Pokey. HEX triplet: BB, 86 and 2C. RGB value is (187,134,44). Sum of RGB (Red+Green+Blue) = 187+134+44=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB862C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB862C is #4479D3. Grayscale: #8C8C8C. Windows color (decimal): -4487636 or 2918075. OLE color: 2918075.
HSL color Cylindrical-coordinate representation of color #BB862C: hue angle of 37.76º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB862C is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 44 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.27 |
| HSL | 37.76º | 0.62% | 0.45% | - |
| HSV(B) | 37.76º | 0.76% | 0.73% | - |
| XYZ | 29.47 | 27.8 | 6.19 | - |
| YUV | 139.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 44 | 0 | 0.28 | 0.76 | 0.27 | 37.76 | 0.62 | 0.45 |
| Hex | BB | 86 | 2C | 0 | 1C | 4C | 1B | 26 | 3E | 2D |
| Octal | 273 | 206 | 54 | 0 | 34 | 114 | 33 | 46 | 76 | 55 |
| Binary | 10111011 | 10000110 | 101100 | 0 | 11100 | 1001100 | 11011 | 100110 | 111110 | 101101 |
Color Harmonies of #BB862C
Complementary color
Monochromatic Colors of #BB862C
Black with #BB862C
Text Example
Text Example
White with #BB862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB862C; }
p { color: rgb(187,134,44); }
H1.HeaderClassName
{
color: #BB862C;
}
.AnyTagClassName
{
color: #BB862C;
}
</style>
background-color css
<style>
a { background-color: #BB862C; }
a { background-color: rgb(187,134,44); }
div.DivClassName
{
background-color: #BB862C;
}
.BgClassName
{
background-color: #BB862C;
}
</style>
border-color css
<style>
span { border-color: #BB862C; }
span { border-color: rgb(187,134,44); }
td.TdClassName
{
border-color: #BB862C;
}
.TagClassName
{
border-color: #BB862C;
}
</style>