Shades of Hokey Pokey #BB9233
Tints of Hokey Pokey #BB9233
RGB
CMYK
RGB Variations
Color information
#BB9233 (or 0xBB9233) is known color: Hokey Pokey. HEX triplet: BB, 92 and 33. RGB value is (187,146,51). Sum of RGB (Red+Green+Blue) = 187+146+51=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9233 is #446DCC. Grayscale: #939393. Windows color (decimal): -4484557 or 3379899. OLE color: 3379899.
HSL color Cylindrical-coordinate representation of color #BB9233: hue angle of 41.91º 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 #BB9233 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 51 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.27 |
| HSL | 41.91º | 0.57% | 0.47% | - |
| HSV(B) | 41.91º | 0.73% | 0.73% | - |
| XYZ | 31.37 | 31.36 | 7.53 | - |
| YUV | 147.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 51 | 0 | 0.22 | 0.73 | 0.27 | 41.91 | 0.57 | 0.47 |
| Hex | BB | 92 | 33 | 0 | 16 | 49 | 1B | 2A | 39 | 2F |
| Octal | 273 | 222 | 63 | 0 | 26 | 111 | 33 | 52 | 71 | 57 |
| Binary | 10111011 | 10010010 | 110011 | 0 | 10110 | 1001001 | 11011 | 101010 | 111001 | 101111 |
Color Harmonies of #BB9233
Complementary color
Monochromatic Colors of #BB9233
Black with #BB9233
Text Example
Text Example
White with #BB9233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9233; }
p { color: rgb(187,146,51); }
H1.HeaderClassName
{
color: #BB9233;
}
.AnyTagClassName
{
color: #BB9233;
}
</style>
background-color css
<style>
a { background-color: #BB9233; }
a { background-color: rgb(187,146,51); }
div.DivClassName
{
background-color: #BB9233;
}
.BgClassName
{
background-color: #BB9233;
}
</style>
border-color css
<style>
span { border-color: #BB9233; }
span { border-color: rgb(187,146,51); }
td.TdClassName
{
border-color: #BB9233;
}
.TagClassName
{
border-color: #BB9233;
}
</style>