Shades of Hokey Pokey #B89239
Tints of Hokey Pokey #B89239
RGB
CMYK
RGB Variations
Color information
#B89239 (or 0xB89239) is known color: Hokey Pokey. HEX triplet: B8, 92 and 39. RGB value is (184,146,57). Sum of RGB (Red+Green+Blue) = 184+146+57=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B89239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89239 is #476DC6. Grayscale: #939393. Windows color (decimal): -4681159 or 3773112. OLE color: 3773112.
HSL color Cylindrical-coordinate representation of color #B89239: hue angle of 42.05º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B89239 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 57 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.28 |
| HSL | 42.05º | 0.53% | 0.47% | - |
| HSV(B) | 42.05º | 0.69% | 0.72% | - |
| XYZ | 30.78 | 31.04 | 8.24 | - |
| YUV | 147.22 | 77.09 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 57 | 0 | 0.21 | 0.69 | 0.28 | 42.05 | 0.53 | 0.47 |
| Hex | B8 | 92 | 39 | 0 | 15 | 45 | 1C | 2A | 35 | 2F |
| Octal | 270 | 222 | 71 | 0 | 25 | 105 | 34 | 52 | 65 | 57 |
| Binary | 10111000 | 10010010 | 111001 | 0 | 10101 | 1000101 | 11100 | 101010 | 110101 | 101111 |
Color Harmonies of #B89239
Complementary color
Monochromatic Colors of #B89239
Black with #B89239
Text Example
Text Example
White with #B89239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89239; }
p { color: rgb(184,146,57); }
H1.HeaderClassName
{
color: #B89239;
}
.AnyTagClassName
{
color: #B89239;
}
</style>
background-color css
<style>
a { background-color: #B89239; }
a { background-color: rgb(184,146,57); }
div.DivClassName
{
background-color: #B89239;
}
.BgClassName
{
background-color: #B89239;
}
</style>
border-color css
<style>
span { border-color: #B89239; }
span { border-color: rgb(184,146,57); }
td.TdClassName
{
border-color: #B89239;
}
.TagClassName
{
border-color: #B89239;
}
</style>