Shades of Hokey Pokey #B79139
Tints of Hokey Pokey #B79139
RGB
CMYK
RGB Variations
Color information
#B79139 (or 0xB79139) is known color: Hokey Pokey. HEX triplet: B7, 91 and 39. RGB value is (183,145,57). Sum of RGB (Red+Green+Blue) = 183+145+57=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B79139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79139 is #486EC6. Grayscale: #929292. Windows color (decimal): -4746951 or 3772855. OLE color: 3772855.
HSL color Cylindrical-coordinate representation of color #B79139: hue angle of 41.9º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B79139 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 145 | 57 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.28 |
| HSL | 41.9º | 0.53% | 0.47% | - |
| HSV(B) | 41.9º | 0.69% | 0.72% | - |
| XYZ | 30.39 | 30.61 | 8.18 | - |
| YUV | 146.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 57 | 0 | 0.21 | 0.69 | 0.28 | 41.9 | 0.53 | 0.47 |
| Hex | B7 | 91 | 39 | 0 | 15 | 45 | 1C | 2A | 34 | 2F |
| Octal | 267 | 221 | 71 | 0 | 25 | 105 | 34 | 52 | 64 | 57 |
| Binary | 10110111 | 10010001 | 111001 | 0 | 10101 | 1000101 | 11100 | 101010 | 110100 | 101111 |
Color Harmonies of #B79139
Complementary color
Monochromatic Colors of #B79139
Black with #B79139
Text Example
Text Example
White with #B79139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79139; }
p { color: rgb(183,145,57); }
H1.HeaderClassName
{
color: #B79139;
}
.AnyTagClassName
{
color: #B79139;
}
</style>
background-color css
<style>
a { background-color: #B79139; }
a { background-color: rgb(183,145,57); }
div.DivClassName
{
background-color: #B79139;
}
.BgClassName
{
background-color: #B79139;
}
</style>
border-color css
<style>
span { border-color: #B79139; }
span { border-color: rgb(183,145,57); }
td.TdClassName
{
border-color: #B79139;
}
.TagClassName
{
border-color: #B79139;
}
</style>