Shades of Hokey Pokey #B99139
Tints of Hokey Pokey #B99139
RGB
CMYK
RGB Variations
Color information
#B99139 (or 0xB99139) is known color: Hokey Pokey. HEX triplet: B9, 91 and 39. RGB value is (185,145,57). Sum of RGB (Red+Green+Blue) = 185+145+57=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B99139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99139 is #466EC6. Grayscale: #939393. Windows color (decimal): -4615879 or 3772857. OLE color: 3772857.
HSL color Cylindrical-coordinate representation of color #B99139: hue angle of 41.25º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B99139 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 57 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.27 |
| HSL | 41.25º | 0.53% | 0.47% | - |
| HSV(B) | 41.25º | 0.69% | 0.73% | - |
| XYZ | 30.87 | 30.86 | 8.2 | - |
| YUV | 146.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 57 | 0 | 0.22 | 0.69 | 0.27 | 41.25 | 0.53 | 0.47 |
| Hex | B9 | 91 | 39 | 0 | 16 | 45 | 1B | 29 | 35 | 2F |
| Octal | 271 | 221 | 71 | 0 | 26 | 105 | 33 | 51 | 65 | 57 |
| Binary | 10111001 | 10010001 | 111001 | 0 | 10110 | 1000101 | 11011 | 101001 | 110101 | 101111 |
Color Harmonies of #B99139
Complementary color
Monochromatic Colors of #B99139
Black with #B99139
Text Example
Text Example
White with #B99139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99139; }
p { color: rgb(185,145,57); }
H1.HeaderClassName
{
color: #B99139;
}
.AnyTagClassName
{
color: #B99139;
}
</style>
background-color css
<style>
a { background-color: #B99139; }
a { background-color: rgb(185,145,57); }
div.DivClassName
{
background-color: #B99139;
}
.BgClassName
{
background-color: #B99139;
}
</style>
border-color css
<style>
span { border-color: #B99139; }
span { border-color: rgb(185,145,57); }
td.TdClassName
{
border-color: #B99139;
}
.TagClassName
{
border-color: #B99139;
}
</style>