Shades of Hokey Pokey #B68E2F
Tints of Hokey Pokey #B68E2F
RGB
CMYK
RGB Variations
Color information
#B68E2F (or 0xB68E2F) is known color: Hokey Pokey. HEX triplet: B6, 8E and 2F. RGB value is (182,142,47). Sum of RGB (Red+Green+Blue) = 182+142+47=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E2F is #4971D0. Grayscale: #8F8F8F. Windows color (decimal): -4813265 or 3116726. OLE color: 3116726.
HSL color Cylindrical-coordinate representation of color #B68E2F: hue angle of 42.22º 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 #B68E2F is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 142 | 47 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.29 |
| HSL | 42.22º | 0.59% | 0.45% | - |
| HSV(B) | 42.22º | 0.74% | 0.71% | - |
| XYZ | 29.48 | 29.5 | 6.83 | - |
| YUV | 143.13 | 73.75 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 47 | 0 | 0.22 | 0.74 | 0.29 | 42.22 | 0.59 | 0.45 |
| Hex | B6 | 8E | 2F | 0 | 16 | 4A | 1D | 2A | 3B | 2D |
| Octal | 266 | 216 | 57 | 0 | 26 | 112 | 35 | 52 | 73 | 55 |
| Binary | 10110110 | 10001110 | 101111 | 0 | 10110 | 1001010 | 11101 | 101010 | 111011 | 101101 |
Color Harmonies of #B68E2F
Complementary color
Monochromatic Colors of #B68E2F
Black with #B68E2F
Text Example
Text Example
White with #B68E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68E2F; }
p { color: rgb(182,142,47); }
H1.HeaderClassName
{
color: #B68E2F;
}
.AnyTagClassName
{
color: #B68E2F;
}
</style>
background-color css
<style>
a { background-color: #B68E2F; }
a { background-color: rgb(182,142,47); }
div.DivClassName
{
background-color: #B68E2F;
}
.BgClassName
{
background-color: #B68E2F;
}
</style>
border-color css
<style>
span { border-color: #B68E2F; }
span { border-color: rgb(182,142,47); }
td.TdClassName
{
border-color: #B68E2F;
}
.TagClassName
{
border-color: #B68E2F;
}
</style>