Shades of Hokey Pokey #B89232
Tints of Hokey Pokey #B89232
RGB
CMYK
RGB Variations
Color information
#B89232 (or 0xB89232) is known color: Hokey Pokey. HEX triplet: B8, 92 and 32. RGB value is (184,146,50). Sum of RGB (Red+Green+Blue) = 184+146+50=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B89232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89232 is #476DCD. Grayscale: #929292. Windows color (decimal): -4681166 or 3314360. OLE color: 3314360.
HSL color Cylindrical-coordinate representation of color #B89232: hue angle of 42.99º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B89232 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 50 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.28 |
| HSL | 42.99º | 0.57% | 0.46% | - |
| HSV(B) | 42.99º | 0.73% | 0.72% | - |
| XYZ | 30.62 | 30.98 | 7.38 | - |
| YUV | 146.42 | 73.59 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 50 | 0 | 0.21 | 0.73 | 0.28 | 42.99 | 0.57 | 0.46 |
| Hex | B8 | 92 | 32 | 0 | 15 | 49 | 1C | 2B | 39 | 2E |
| Octal | 270 | 222 | 62 | 0 | 25 | 111 | 34 | 53 | 71 | 56 |
| Binary | 10111000 | 10010010 | 110010 | 0 | 10101 | 1001001 | 11100 | 101011 | 111001 | 101110 |
Color Harmonies of #B89232
Complementary color
Monochromatic Colors of #B89232
Black with #B89232
Text Example
Text Example
White with #B89232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89232; }
p { color: rgb(184,146,50); }
H1.HeaderClassName
{
color: #B89232;
}
.AnyTagClassName
{
color: #B89232;
}
</style>
background-color css
<style>
a { background-color: #B89232; }
a { background-color: rgb(184,146,50); }
div.DivClassName
{
background-color: #B89232;
}
.BgClassName
{
background-color: #B89232;
}
</style>
border-color css
<style>
span { border-color: #B89232; }
span { border-color: rgb(184,146,50); }
td.TdClassName
{
border-color: #B89232;
}
.TagClassName
{
border-color: #B89232;
}
</style>