Shades of Hokey Pokey #BB9833
Tints of Hokey Pokey #BB9833
RGB
CMYK
RGB Variations
Color information
#BB9833 (or 0xBB9833) is known color: Hokey Pokey. HEX triplet: BB, 98 and 33. RGB value is (187,152,51). Sum of RGB (Red+Green+Blue) = 187+152+51=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9833 is #4467CC. Grayscale: #979797. Windows color (decimal): -4483021 or 3381435. OLE color: 3381435.
HSL color Cylindrical-coordinate representation of color #BB9833: hue angle of 44.56º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB9833 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 51 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.27 |
| HSL | 44.56º | 0.57% | 0.47% | - |
| HSV(B) | 44.56º | 0.73% | 0.73% | - |
| XYZ | 32.32 | 33.26 | 7.85 | - |
| YUV | 150.95 | 71.6 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 51 | 0 | 0.19 | 0.73 | 0.27 | 44.56 | 0.57 | 0.47 |
| Hex | BB | 98 | 33 | 0 | 13 | 49 | 1B | 2D | 39 | 2F |
| Octal | 273 | 230 | 63 | 0 | 23 | 111 | 33 | 55 | 71 | 57 |
| Binary | 10111011 | 10011000 | 110011 | 0 | 10011 | 1001001 | 11011 | 101101 | 111001 | 101111 |
Color Harmonies of #BB9833
Complementary color
Monochromatic Colors of #BB9833
Black with #BB9833
Text Example
Text Example
White with #BB9833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9833; }
p { color: rgb(187,152,51); }
H1.HeaderClassName
{
color: #BB9833;
}
.AnyTagClassName
{
color: #BB9833;
}
</style>
background-color css
<style>
a { background-color: #BB9833; }
a { background-color: rgb(187,152,51); }
div.DivClassName
{
background-color: #BB9833;
}
.BgClassName
{
background-color: #BB9833;
}
</style>
border-color css
<style>
span { border-color: #BB9833; }
span { border-color: rgb(187,152,51); }
td.TdClassName
{
border-color: #BB9833;
}
.TagClassName
{
border-color: #BB9833;
}
</style>