Shades of Hokey Pokey #B5892E
Tints of Hokey Pokey #B5892E
RGB
CMYK
RGB Variations
Color information
#B5892E (or 0xB5892E) is known color: Hokey Pokey. HEX triplet: B5, 89 and 2E. RGB value is (181,137,46). Sum of RGB (Red+Green+Blue) = 181+137+46=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B5892E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5892E is #4A76D1. Grayscale: #8C8C8C. Windows color (decimal): -4880082 or 3049909. OLE color: 3049909.
HSL color Cylindrical-coordinate representation of color #B5892E: hue angle of 40.44º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5892E is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 46 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.29 |
| HSL | 40.44º | 0.59% | 0.45% | - |
| HSV(B) | 40.44º | 0.75% | 0.71% | - |
| XYZ | 28.49 | 27.91 | 6.47 | - |
| YUV | 139.78 | 75.08 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 46 | 0 | 0.24 | 0.75 | 0.29 | 40.44 | 0.59 | 0.45 |
| Hex | B5 | 89 | 2E | 0 | 18 | 4B | 1D | 28 | 3B | 2D |
| Octal | 265 | 211 | 56 | 0 | 30 | 113 | 35 | 50 | 73 | 55 |
| Binary | 10110101 | 10001001 | 101110 | 0 | 11000 | 1001011 | 11101 | 101000 | 111011 | 101101 |
Color Harmonies of #B5892E
Complementary color
Monochromatic Colors of #B5892E
Black with #B5892E
Text Example
Text Example
White with #B5892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5892E; }
p { color: rgb(181,137,46); }
H1.HeaderClassName
{
color: #B5892E;
}
.AnyTagClassName
{
color: #B5892E;
}
</style>
background-color css
<style>
a { background-color: #B5892E; }
a { background-color: rgb(181,137,46); }
div.DivClassName
{
background-color: #B5892E;
}
.BgClassName
{
background-color: #B5892E;
}
</style>
border-color css
<style>
span { border-color: #B5892E; }
span { border-color: rgb(181,137,46); }
td.TdClassName
{
border-color: #B5892E;
}
.TagClassName
{
border-color: #B5892E;
}
</style>