Shades of Hokey Pokey #B68F2F
Tints of Hokey Pokey #B68F2F
RGB
CMYK
RGB Variations
Color information
#B68F2F (or 0xB68F2F) is known color: Hokey Pokey. HEX triplet: B6, 8F and 2F. RGB value is (182,143,47). Sum of RGB (Red+Green+Blue) = 182+143+47=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F2F is #4970D0. Grayscale: #909090. Windows color (decimal): -4813009 or 3116982. OLE color: 3116982.
HSL color Cylindrical-coordinate representation of color #B68F2F: hue angle of 42.67º 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 #B68F2F is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 47 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.29 |
| HSL | 42.67º | 0.59% | 0.45% | - |
| HSV(B) | 42.67º | 0.74% | 0.71% | - |
| XYZ | 29.63 | 29.8 | 6.88 | - |
| YUV | 143.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 47 | 0 | 0.21 | 0.74 | 0.29 | 42.67 | 0.59 | 0.45 |
| Hex | B6 | 8F | 2F | 0 | 15 | 4A | 1D | 2B | 3B | 2D |
| Octal | 266 | 217 | 57 | 0 | 25 | 112 | 35 | 53 | 73 | 55 |
| Binary | 10110110 | 10001111 | 101111 | 0 | 10101 | 1001010 | 11101 | 101011 | 111011 | 101101 |
Color Harmonies of #B68F2F
Complementary color
Monochromatic Colors of #B68F2F
Black with #B68F2F
Text Example
Text Example
White with #B68F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F2F; }
p { color: rgb(182,143,47); }
H1.HeaderClassName
{
color: #B68F2F;
}
.AnyTagClassName
{
color: #B68F2F;
}
</style>
background-color css
<style>
a { background-color: #B68F2F; }
a { background-color: rgb(182,143,47); }
div.DivClassName
{
background-color: #B68F2F;
}
.BgClassName
{
background-color: #B68F2F;
}
</style>
border-color css
<style>
span { border-color: #B68F2F; }
span { border-color: rgb(182,143,47); }
td.TdClassName
{
border-color: #B68F2F;
}
.TagClassName
{
border-color: #B68F2F;
}
</style>