Shades of Hokey Pokey #B98E34
Tints of Hokey Pokey #B98E34
RGB
CMYK
RGB Variations
Color information
#B98E34 (or 0xB98E34) is known color: Hokey Pokey. HEX triplet: B9, 8E and 34. RGB value is (185,142,52). Sum of RGB (Red+Green+Blue) = 185+142+52=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98E34 is #4671CB. Grayscale: #919191. Windows color (decimal): -4616652 or 3444409. OLE color: 3444409.
HSL color Cylindrical-coordinate representation of color #B98E34: hue angle of 40.6º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B98E34 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 142 | 52 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.27 |
| HSL | 40.6º | 0.56% | 0.46% | - |
| HSV(B) | 40.6º | 0.72% | 0.73% | - |
| XYZ | 30.3 | 29.91 | 7.42 | - |
| YUV | 144.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 142 | 52 | 0 | 0.23 | 0.72 | 0.27 | 40.6 | 0.56 | 0.46 |
| Hex | B9 | 8E | 34 | 0 | 17 | 48 | 1B | 29 | 38 | 2E |
| Octal | 271 | 216 | 64 | 0 | 27 | 110 | 33 | 51 | 70 | 56 |
| Binary | 10111001 | 10001110 | 110100 | 0 | 10111 | 1001000 | 11011 | 101001 | 111000 | 101110 |
Color Harmonies of #B98E34
Complementary color
Monochromatic Colors of #B98E34
Black with #B98E34
Text Example
Text Example
White with #B98E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98E34; }
p { color: rgb(185,142,52); }
H1.HeaderClassName
{
color: #B98E34;
}
.AnyTagClassName
{
color: #B98E34;
}
</style>
background-color css
<style>
a { background-color: #B98E34; }
a { background-color: rgb(185,142,52); }
div.DivClassName
{
background-color: #B98E34;
}
.BgClassName
{
background-color: #B98E34;
}
</style>
border-color css
<style>
span { border-color: #B98E34; }
span { border-color: rgb(185,142,52); }
td.TdClassName
{
border-color: #B98E34;
}
.TagClassName
{
border-color: #B98E34;
}
</style>