Shades of Hokey Pokey #B68F33
Tints of Hokey Pokey #B68F33
RGB
CMYK
RGB Variations
Color information
#B68F33 (or 0xB68F33) is known color: Hokey Pokey. HEX triplet: B6, 8F and 33. RGB value is (182,143,51). Sum of RGB (Red+Green+Blue) = 182+143+51=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F33 is #4970CC. Grayscale: #909090. Windows color (decimal): -4813005 or 3379126. OLE color: 3379126.
HSL color Cylindrical-coordinate representation of color #B68F33: hue angle of 42.14º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B68F33 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 51 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.29 |
| HSL | 42.14º | 0.56% | 0.46% | - |
| HSV(B) | 42.14º | 0.72% | 0.71% | - |
| XYZ | 29.71 | 29.83 | 7.32 | - |
| YUV | 144.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 51 | 0 | 0.21 | 0.72 | 0.29 | 42.14 | 0.56 | 0.46 |
| Hex | B6 | 8F | 33 | 0 | 15 | 48 | 1D | 2A | 38 | 2E |
| Octal | 266 | 217 | 63 | 0 | 25 | 110 | 35 | 52 | 70 | 56 |
| Binary | 10110110 | 10001111 | 110011 | 0 | 10101 | 1001000 | 11101 | 101010 | 111000 | 101110 |
Color Harmonies of #B68F33
Complementary color
Monochromatic Colors of #B68F33
Black with #B68F33
Text Example
Text Example
White with #B68F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F33; }
p { color: rgb(182,143,51); }
H1.HeaderClassName
{
color: #B68F33;
}
.AnyTagClassName
{
color: #B68F33;
}
</style>
background-color css
<style>
a { background-color: #B68F33; }
a { background-color: rgb(182,143,51); }
div.DivClassName
{
background-color: #B68F33;
}
.BgClassName
{
background-color: #B68F33;
}
</style>
border-color css
<style>
span { border-color: #B68F33; }
span { border-color: rgb(182,143,51); }
td.TdClassName
{
border-color: #B68F33;
}
.TagClassName
{
border-color: #B68F33;
}
</style>