Shades of Hokey Pokey #BB882B
Tints of Hokey Pokey #BB882B
RGB
CMYK
RGB Variations
Color information
#BB882B (or 0xBB882B) is known color: Hokey Pokey. HEX triplet: BB, 88 and 2B. RGB value is (187,136,43). Sum of RGB (Red+Green+Blue) = 187+136+43=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB882B is #4477D4. Grayscale: #8D8D8D. Windows color (decimal): -4487125 or 2853051. OLE color: 2853051.
HSL color Cylindrical-coordinate representation of color #BB882B: hue angle of 38.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB882B is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 43 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.27 |
| HSL | 38.75º | 0.63% | 0.45% | - |
| HSV(B) | 38.75º | 0.77% | 0.73% | - |
| XYZ | 29.73 | 28.35 | 6.19 | - |
| YUV | 140.65 | 72.9 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 43 | 0 | 0.27 | 0.77 | 0.27 | 38.75 | 0.63 | 0.45 |
| Hex | BB | 88 | 2B | 0 | 1B | 4D | 1B | 27 | 3F | 2D |
| Octal | 273 | 210 | 53 | 0 | 33 | 115 | 33 | 47 | 77 | 55 |
| Binary | 10111011 | 10001000 | 101011 | 0 | 11011 | 1001101 | 11011 | 100111 | 111111 | 101101 |
Color Harmonies of #BB882B
Complementary color
Monochromatic Colors of #BB882B
Black with #BB882B
Text Example
Text Example
White with #BB882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB882B; }
p { color: rgb(187,136,43); }
H1.HeaderClassName
{
color: #BB882B;
}
.AnyTagClassName
{
color: #BB882B;
}
</style>
background-color css
<style>
a { background-color: #BB882B; }
a { background-color: rgb(187,136,43); }
div.DivClassName
{
background-color: #BB882B;
}
.BgClassName
{
background-color: #BB882B;
}
</style>
border-color css
<style>
span { border-color: #BB882B; }
span { border-color: rgb(187,136,43); }
td.TdClassName
{
border-color: #BB882B;
}
.TagClassName
{
border-color: #BB882B;
}
</style>