Shades of Hokey Pokey #B99333
Tints of Hokey Pokey #B99333
RGB
CMYK
RGB Variations
Color information
#B99333 (or 0xB99333) is known color: Hokey Pokey. HEX triplet: B9, 93 and 33. RGB value is (185,147,51). Sum of RGB (Red+Green+Blue) = 185+147+51=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B99333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99333 is #466CCC. Grayscale: #939393. Windows color (decimal): -4615373 or 3380153. OLE color: 3380153.
HSL color Cylindrical-coordinate representation of color #B99333: hue angle of 42.99º 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 #B99333 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 147 | 51 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.27 |
| HSL | 42.99º | 0.57% | 0.46% | - |
| HSV(B) | 42.99º | 0.72% | 0.73% | - |
| XYZ | 31.04 | 31.42 | 7.56 | - |
| YUV | 147.42 | 73.59 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 51 | 0 | 0.21 | 0.72 | 0.27 | 42.99 | 0.57 | 0.46 |
| Hex | B9 | 93 | 33 | 0 | 15 | 48 | 1B | 2B | 39 | 2E |
| Octal | 271 | 223 | 63 | 0 | 25 | 110 | 33 | 53 | 71 | 56 |
| Binary | 10111001 | 10010011 | 110011 | 0 | 10101 | 1001000 | 11011 | 101011 | 111001 | 101110 |
Color Harmonies of #B99333
Complementary color
Monochromatic Colors of #B99333
Black with #B99333
Text Example
Text Example
White with #B99333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99333; }
p { color: rgb(185,147,51); }
H1.HeaderClassName
{
color: #B99333;
}
.AnyTagClassName
{
color: #B99333;
}
</style>
background-color css
<style>
a { background-color: #B99333; }
a { background-color: rgb(185,147,51); }
div.DivClassName
{
background-color: #B99333;
}
.BgClassName
{
background-color: #B99333;
}
</style>
border-color css
<style>
span { border-color: #B99333; }
span { border-color: rgb(185,147,51); }
td.TdClassName
{
border-color: #B99333;
}
.TagClassName
{
border-color: #B99333;
}
</style>