Shades of Hokey Pokey #B88B2F
Tints of Hokey Pokey #B88B2F
RGB
CMYK
RGB Variations
Color information
#B88B2F (or 0xB88B2F) is known color: Hokey Pokey. HEX triplet: B8, 8B and 2F. RGB value is (184,139,47). Sum of RGB (Red+Green+Blue) = 184+139+47=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88B2F is #4774D0. Grayscale: #8E8E8E. Windows color (decimal): -4682961 or 3115960. OLE color: 3115960.
HSL color Cylindrical-coordinate representation of color #B88B2F: hue angle of 40.29º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B88B2F is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 47 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.28 |
| HSL | 40.29º | 0.59% | 0.45% | - |
| HSV(B) | 40.29º | 0.74% | 0.72% | - |
| XYZ | 29.51 | 28.86 | 6.7 | - |
| YUV | 141.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 47 | 0 | 0.24 | 0.74 | 0.28 | 40.29 | 0.59 | 0.45 |
| Hex | B8 | 8B | 2F | 0 | 18 | 4A | 1C | 28 | 3B | 2D |
| Octal | 270 | 213 | 57 | 0 | 30 | 112 | 34 | 50 | 73 | 55 |
| Binary | 10111000 | 10001011 | 101111 | 0 | 11000 | 1001010 | 11100 | 101000 | 111011 | 101101 |
Color Harmonies of #B88B2F
Complementary color
Monochromatic Colors of #B88B2F
Black with #B88B2F
Text Example
Text Example
White with #B88B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88B2F; }
p { color: rgb(184,139,47); }
H1.HeaderClassName
{
color: #B88B2F;
}
.AnyTagClassName
{
color: #B88B2F;
}
</style>
background-color css
<style>
a { background-color: #B88B2F; }
a { background-color: rgb(184,139,47); }
div.DivClassName
{
background-color: #B88B2F;
}
.BgClassName
{
background-color: #B88B2F;
}
</style>
border-color css
<style>
span { border-color: #B88B2F; }
span { border-color: rgb(184,139,47); }
td.TdClassName
{
border-color: #B88B2F;
}
.TagClassName
{
border-color: #B88B2F;
}
</style>