Shades of Hokey Pokey #B5892F
Tints of Hokey Pokey #B5892F
RGB
CMYK
RGB Variations
Color information
#B5892F (or 0xB5892F) is known color: Hokey Pokey. HEX triplet: B5, 89 and 2F. RGB value is (181,137,47). Sum of RGB (Red+Green+Blue) = 181+137+47=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B5892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5892F is #4A76D0. Grayscale: #8C8C8C. Windows color (decimal): -4880081 or 3115445. OLE color: 3115445.
HSL color Cylindrical-coordinate representation of color #B5892F: hue angle of 40.3º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5892F is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 47 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.29 |
| HSL | 40.3º | 0.59% | 0.45% | - |
| HSV(B) | 40.3º | 0.74% | 0.71% | - |
| XYZ | 28.51 | 27.92 | 6.58 | - |
| YUV | 139.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 47 | 0 | 0.24 | 0.74 | 0.29 | 40.3 | 0.59 | 0.45 |
| Hex | B5 | 89 | 2F | 0 | 18 | 4A | 1D | 28 | 3B | 2D |
| Octal | 265 | 211 | 57 | 0 | 30 | 112 | 35 | 50 | 73 | 55 |
| Binary | 10110101 | 10001001 | 101111 | 0 | 11000 | 1001010 | 11101 | 101000 | 111011 | 101101 |
Color Harmonies of #B5892F
Complementary color
Monochromatic Colors of #B5892F
Black with #B5892F
Text Example
Text Example
White with #B5892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5892F; }
p { color: rgb(181,137,47); }
H1.HeaderClassName
{
color: #B5892F;
}
.AnyTagClassName
{
color: #B5892F;
}
</style>
background-color css
<style>
a { background-color: #B5892F; }
a { background-color: rgb(181,137,47); }
div.DivClassName
{
background-color: #B5892F;
}
.BgClassName
{
background-color: #B5892F;
}
</style>
border-color css
<style>
span { border-color: #B5892F; }
span { border-color: rgb(181,137,47); }
td.TdClassName
{
border-color: #B5892F;
}
.TagClassName
{
border-color: #B5892F;
}
</style>