Shades of Hokey Pokey #B89334
Tints of Hokey Pokey #B89334
RGB
CMYK
RGB Variations
Color information
#B89334 (or 0xB89334) is known color: Hokey Pokey. HEX triplet: B8, 93 and 34. RGB value is (184,147,52). Sum of RGB (Red+Green+Blue) = 184+147+52=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B89334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89334 is #476CCB. Grayscale: #939393. Windows color (decimal): -4680908 or 3445688. OLE color: 3445688.
HSL color Cylindrical-coordinate representation of color #B89334: hue angle of 43.18º degrees, saturation: 0.56, 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 #B89334 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 52 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.28 |
| HSL | 43.18º | 0.56% | 0.46% | - |
| HSV(B) | 43.18º | 0.72% | 0.72% | - |
| XYZ | 30.82 | 31.31 | 7.67 | - |
| YUV | 147.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 52 | 0 | 0.20 | 0.72 | 0.28 | 43.18 | 0.56 | 0.46 |
| Hex | B8 | 93 | 34 | 0 | 14 | 48 | 1C | 2B | 38 | 2E |
| Octal | 270 | 223 | 64 | 0 | 24 | 110 | 34 | 53 | 70 | 56 |
| Binary | 10111000 | 10010011 | 110100 | 0 | 10100 | 1001000 | 11100 | 101011 | 111000 | 101110 |
Color Harmonies of #B89334
Complementary color
Monochromatic Colors of #B89334
Black with #B89334
Text Example
Text Example
White with #B89334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89334; }
p { color: rgb(184,147,52); }
H1.HeaderClassName
{
color: #B89334;
}
.AnyTagClassName
{
color: #B89334;
}
</style>
background-color css
<style>
a { background-color: #B89334; }
a { background-color: rgb(184,147,52); }
div.DivClassName
{
background-color: #B89334;
}
.BgClassName
{
background-color: #B89334;
}
</style>
border-color css
<style>
span { border-color: #B89334; }
span { border-color: rgb(184,147,52); }
td.TdClassName
{
border-color: #B89334;
}
.TagClassName
{
border-color: #B89334;
}
</style>