Shades of Hokey Pokey #BB882F
Tints of Hokey Pokey #BB882F
RGB
CMYK
RGB Variations
Color information
#BB882F (or 0xBB882F) is known color: Hokey Pokey. HEX triplet: BB, 88 and 2F. RGB value is (187,136,47). Sum of RGB (Red+Green+Blue) = 187+136+47=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB882F is #4477D0. Grayscale: #8D8D8D. Windows color (decimal): -4487121 or 3115195. OLE color: 3115195.
HSL color Cylindrical-coordinate representation of color #BB882F: hue angle of 38.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB882F is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 47 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.27 |
| HSL | 38.14º | 0.6% | 0.46% | - |
| HSV(B) | 38.14º | 0.75% | 0.73% | - |
| XYZ | 29.81 | 28.38 | 6.6 | - |
| YUV | 141.1 | 74.9 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 47 | 0 | 0.27 | 0.75 | 0.27 | 38.14 | 0.6 | 0.46 |
| Hex | BB | 88 | 2F | 0 | 1B | 4B | 1B | 26 | 3C | 2E |
| Octal | 273 | 210 | 57 | 0 | 33 | 113 | 33 | 46 | 74 | 56 |
| Binary | 10111011 | 10001000 | 101111 | 0 | 11011 | 1001011 | 11011 | 100110 | 111100 | 101110 |
Color Harmonies of #BB882F
Complementary color
Monochromatic Colors of #BB882F
Black with #BB882F
Text Example
Text Example
White with #BB882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB882F; }
p { color: rgb(187,136,47); }
H1.HeaderClassName
{
color: #BB882F;
}
.AnyTagClassName
{
color: #BB882F;
}
</style>
background-color css
<style>
a { background-color: #BB882F; }
a { background-color: rgb(187,136,47); }
div.DivClassName
{
background-color: #BB882F;
}
.BgClassName
{
background-color: #BB882F;
}
</style>
border-color css
<style>
span { border-color: #BB882F; }
span { border-color: rgb(187,136,47); }
td.TdClassName
{
border-color: #BB882F;
}
.TagClassName
{
border-color: #BB882F;
}
</style>