Shades of Hokey Pokey #B68936
Tints of Hokey Pokey #B68936
RGB
CMYK
RGB Variations
Color information
#B68936 (or 0xB68936) is known color: Hokey Pokey. HEX triplet: B6, 89 and 36. RGB value is (182,137,54). Sum of RGB (Red+Green+Blue) = 182+137+54=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B68936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68936 is #4976C9. Grayscale: #8D8D8D. Windows color (decimal): -4814538 or 3574198. OLE color: 3574198.
HSL color Cylindrical-coordinate representation of color #B68936: hue angle of 38.91º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B68936 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 137 | 54 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.29 |
| HSL | 38.91º | 0.54% | 0.46% | - |
| HSV(B) | 38.91º | 0.7% | 0.71% | - |
| XYZ | 28.9 | 28.1 | 7.39 | - |
| YUV | 140.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 137 | 54 | 0 | 0.25 | 0.70 | 0.29 | 38.91 | 0.54 | 0.46 |
| Hex | B6 | 89 | 36 | 0 | 19 | 46 | 1D | 27 | 36 | 2E |
| Octal | 266 | 211 | 66 | 0 | 31 | 106 | 35 | 47 | 66 | 56 |
| Binary | 10110110 | 10001001 | 110110 | 0 | 11001 | 1000110 | 11101 | 100111 | 110110 | 101110 |
Color Harmonies of #B68936
Complementary color
Monochromatic Colors of #B68936
Black with #B68936
Text Example
Text Example
White with #B68936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68936; }
p { color: rgb(182,137,54); }
H1.HeaderClassName
{
color: #B68936;
}
.AnyTagClassName
{
color: #B68936;
}
</style>
background-color css
<style>
a { background-color: #B68936; }
a { background-color: rgb(182,137,54); }
div.DivClassName
{
background-color: #B68936;
}
.BgClassName
{
background-color: #B68936;
}
</style>
border-color css
<style>
span { border-color: #B68936; }
span { border-color: rgb(182,137,54); }
td.TdClassName
{
border-color: #B68936;
}
.TagClassName
{
border-color: #B68936;
}
</style>