Shades of Hokey Pokey #B99033
Tints of Hokey Pokey #B99033
RGB
CMYK
RGB Variations
Color information
#B99033 (or 0xB99033) is known color: Hokey Pokey. HEX triplet: B9, 90 and 33. RGB value is (185,144,51). Sum of RGB (Red+Green+Blue) = 185+144+51=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B99033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99033 is #466FCC. Grayscale: #929292. Windows color (decimal): -4616141 or 3379385. OLE color: 3379385.
HSL color Cylindrical-coordinate representation of color #B99033: hue angle of 41.64º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B99033 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 51 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.27 |
| HSL | 41.64º | 0.57% | 0.46% | - |
| HSV(B) | 41.64º | 0.72% | 0.73% | - |
| XYZ | 30.58 | 30.5 | 7.41 | - |
| YUV | 145.66 | 74.58 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 51 | 0 | 0.22 | 0.72 | 0.27 | 41.64 | 0.57 | 0.46 |
| Hex | B9 | 90 | 33 | 0 | 16 | 48 | 1B | 2A | 39 | 2E |
| Octal | 271 | 220 | 63 | 0 | 26 | 110 | 33 | 52 | 71 | 56 |
| Binary | 10111001 | 10010000 | 110011 | 0 | 10110 | 1001000 | 11011 | 101010 | 111001 | 101110 |
Color Harmonies of #B99033
Complementary color
Monochromatic Colors of #B99033
Black with #B99033
Text Example
Text Example
White with #B99033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99033; }
p { color: rgb(185,144,51); }
H1.HeaderClassName
{
color: #B99033;
}
.AnyTagClassName
{
color: #B99033;
}
</style>
background-color css
<style>
a { background-color: #B99033; }
a { background-color: rgb(185,144,51); }
div.DivClassName
{
background-color: #B99033;
}
.BgClassName
{
background-color: #B99033;
}
</style>
border-color css
<style>
span { border-color: #B99033; }
span { border-color: rgb(185,144,51); }
td.TdClassName
{
border-color: #B99033;
}
.TagClassName
{
border-color: #B99033;
}
</style>