Shades of Hokey Pokey #B88F2F
Tints of Hokey Pokey #B88F2F
RGB
CMYK
RGB Variations
Color information
#B88F2F (or 0xB88F2F) is known color: Hokey Pokey. HEX triplet: B8, 8F and 2F. RGB value is (184,143,47). Sum of RGB (Red+Green+Blue) = 184+143+47=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88F2F is #4770D0. Grayscale: #909090. Windows color (decimal): -4681937 or 3116984. OLE color: 3116984.
HSL color Cylindrical-coordinate representation of color #B88F2F: hue angle of 42.04º 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 #B88F2F is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 47 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.28 |
| HSL | 42.04º | 0.59% | 0.45% | - |
| HSV(B) | 42.04º | 0.74% | 0.72% | - |
| XYZ | 30.1 | 30.04 | 6.9 | - |
| YUV | 144.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 47 | 0 | 0.22 | 0.74 | 0.28 | 42.04 | 0.59 | 0.45 |
| Hex | B8 | 8F | 2F | 0 | 16 | 4A | 1C | 2A | 3B | 2D |
| Octal | 270 | 217 | 57 | 0 | 26 | 112 | 34 | 52 | 73 | 55 |
| Binary | 10111000 | 10001111 | 101111 | 0 | 10110 | 1001010 | 11100 | 101010 | 111011 | 101101 |
Color Harmonies of #B88F2F
Complementary color
Monochromatic Colors of #B88F2F
Black with #B88F2F
Text Example
Text Example
White with #B88F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88F2F; }
p { color: rgb(184,143,47); }
H1.HeaderClassName
{
color: #B88F2F;
}
.AnyTagClassName
{
color: #B88F2F;
}
</style>
background-color css
<style>
a { background-color: #B88F2F; }
a { background-color: rgb(184,143,47); }
div.DivClassName
{
background-color: #B88F2F;
}
.BgClassName
{
background-color: #B88F2F;
}
</style>
border-color css
<style>
span { border-color: #B88F2F; }
span { border-color: rgb(184,143,47); }
td.TdClassName
{
border-color: #B88F2F;
}
.TagClassName
{
border-color: #B88F2F;
}
</style>