Shades of Hokey Pokey #B89133
Tints of Hokey Pokey #B89133
RGB
CMYK
RGB Variations
Color information
#B89133 (or 0xB89133) is known color: Hokey Pokey. HEX triplet: B8, 91 and 33. RGB value is (184,145,51). Sum of RGB (Red+Green+Blue) = 184+145+51=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B89133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89133 is #476ECC. Grayscale: #929292. Windows color (decimal): -4681421 or 3379640. OLE color: 3379640.
HSL color Cylindrical-coordinate representation of color #B89133: hue angle of 42.41º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B89133 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 51 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.28 |
| HSL | 42.41º | 0.57% | 0.46% | - |
| HSV(B) | 42.41º | 0.72% | 0.72% | - |
| XYZ | 30.49 | 30.68 | 7.45 | - |
| YUV | 145.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 51 | 0 | 0.21 | 0.72 | 0.28 | 42.41 | 0.57 | 0.46 |
| Hex | B8 | 91 | 33 | 0 | 15 | 48 | 1C | 2A | 39 | 2E |
| Octal | 270 | 221 | 63 | 0 | 25 | 110 | 34 | 52 | 71 | 56 |
| Binary | 10111000 | 10010001 | 110011 | 0 | 10101 | 1001000 | 11100 | 101010 | 111001 | 101110 |
Color Harmonies of #B89133
Complementary color
Monochromatic Colors of #B89133
Black with #B89133
Text Example
Text Example
White with #B89133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89133; }
p { color: rgb(184,145,51); }
H1.HeaderClassName
{
color: #B89133;
}
.AnyTagClassName
{
color: #B89133;
}
</style>
background-color css
<style>
a { background-color: #B89133; }
a { background-color: rgb(184,145,51); }
div.DivClassName
{
background-color: #B89133;
}
.BgClassName
{
background-color: #B89133;
}
</style>
border-color css
<style>
span { border-color: #B89133; }
span { border-color: rgb(184,145,51); }
td.TdClassName
{
border-color: #B89133;
}
.TagClassName
{
border-color: #B89133;
}
</style>