Shades of Hokey Pokey #B89034
Tints of Hokey Pokey #B89034
RGB
CMYK
RGB Variations
Color information
#B89034 (or 0xB89034) is known color: Hokey Pokey. HEX triplet: B8, 90 and 34. RGB value is (184,144,52). Sum of RGB (Red+Green+Blue) = 184+144+52=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B89034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89034 is #476FCB. Grayscale: #919191. Windows color (decimal): -4681676 or 3444920. OLE color: 3444920.
HSL color Cylindrical-coordinate representation of color #B89034: hue angle of 41.82º 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 #B89034 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 52 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.28 |
| HSL | 41.82º | 0.56% | 0.46% | - |
| HSV(B) | 41.82º | 0.72% | 0.72% | - |
| XYZ | 30.36 | 30.38 | 7.51 | - |
| YUV | 145.47 | 75.25 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 52 | 0 | 0.22 | 0.72 | 0.28 | 41.82 | 0.56 | 0.46 |
| Hex | B8 | 90 | 34 | 0 | 16 | 48 | 1C | 2A | 38 | 2E |
| Octal | 270 | 220 | 64 | 0 | 26 | 110 | 34 | 52 | 70 | 56 |
| Binary | 10111000 | 10010000 | 110100 | 0 | 10110 | 1001000 | 11100 | 101010 | 111000 | 101110 |
Color Harmonies of #B89034
Complementary color
Monochromatic Colors of #B89034
Black with #B89034
Text Example
Text Example
White with #B89034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89034; }
p { color: rgb(184,144,52); }
H1.HeaderClassName
{
color: #B89034;
}
.AnyTagClassName
{
color: #B89034;
}
</style>
background-color css
<style>
a { background-color: #B89034; }
a { background-color: rgb(184,144,52); }
div.DivClassName
{
background-color: #B89034;
}
.BgClassName
{
background-color: #B89034;
}
</style>
border-color css
<style>
span { border-color: #B89034; }
span { border-color: rgb(184,144,52); }
td.TdClassName
{
border-color: #B89034;
}
.TagClassName
{
border-color: #B89034;
}
</style>