Shades of Hokey Pokey #B68B32
Tints of Hokey Pokey #B68B32
RGB
CMYK
RGB Variations
Color information
#B68B32 (or 0xB68B32) is known color: Hokey Pokey. HEX triplet: B6, 8B and 32. RGB value is (182,139,50). Sum of RGB (Red+Green+Blue) = 182+139+50=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68B32 is #4974CD. Grayscale: #8E8E8E. Windows color (decimal): -4814030 or 3312566. OLE color: 3312566.
HSL color Cylindrical-coordinate representation of color #B68B32: hue angle of 40.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B68B32 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 50 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.29 |
| HSL | 40.45º | 0.57% | 0.45% | - |
| HSV(B) | 40.45º | 0.73% | 0.71% | - |
| XYZ | 29.1 | 28.64 | 7.01 | - |
| YUV | 141.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 50 | 0 | 0.24 | 0.73 | 0.29 | 40.45 | 0.57 | 0.45 |
| Hex | B6 | 8B | 32 | 0 | 18 | 49 | 1D | 28 | 39 | 2D |
| Octal | 266 | 213 | 62 | 0 | 30 | 111 | 35 | 50 | 71 | 55 |
| Binary | 10110110 | 10001011 | 110010 | 0 | 11000 | 1001001 | 11101 | 101000 | 111001 | 101101 |
Color Harmonies of #B68B32
Complementary color
Monochromatic Colors of #B68B32
Black with #B68B32
Text Example
Text Example
White with #B68B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B32; }
p { color: rgb(182,139,50); }
H1.HeaderClassName
{
color: #B68B32;
}
.AnyTagClassName
{
color: #B68B32;
}
</style>
background-color css
<style>
a { background-color: #B68B32; }
a { background-color: rgb(182,139,50); }
div.DivClassName
{
background-color: #B68B32;
}
.BgClassName
{
background-color: #B68B32;
}
</style>
border-color css
<style>
span { border-color: #B68B32; }
span { border-color: rgb(182,139,50); }
td.TdClassName
{
border-color: #B68B32;
}
.TagClassName
{
border-color: #B68B32;
}
</style>