Shades of Hokey Pokey #B89139
Tints of Hokey Pokey #B89139
RGB
CMYK
RGB Variations
Color information
#B89139 (or 0xB89139) is known color: Hokey Pokey. HEX triplet: B8, 91 and 39. RGB value is (184,145,57). Sum of RGB (Red+Green+Blue) = 184+145+57=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B89139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89139 is #476EC6. Grayscale: #939393. Windows color (decimal): -4681415 or 3772856. OLE color: 3772856.
HSL color Cylindrical-coordinate representation of color #B89139: hue angle of 41.57º degrees, saturation: 0.53, 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 #B89139 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 57 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.28 |
| HSL | 41.57º | 0.53% | 0.47% | - |
| HSV(B) | 41.57º | 0.69% | 0.72% | - |
| XYZ | 30.63 | 30.74 | 8.19 | - |
| YUV | 146.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 57 | 0 | 0.21 | 0.69 | 0.28 | 41.57 | 0.53 | 0.47 |
| Hex | B8 | 91 | 39 | 0 | 15 | 45 | 1C | 2A | 35 | 2F |
| Octal | 270 | 221 | 71 | 0 | 25 | 105 | 34 | 52 | 65 | 57 |
| Binary | 10111000 | 10010001 | 111001 | 0 | 10101 | 1000101 | 11100 | 101010 | 110101 | 101111 |
Color Harmonies of #B89139
Complementary color
Monochromatic Colors of #B89139
Black with #B89139
Text Example
Text Example
White with #B89139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89139; }
p { color: rgb(184,145,57); }
H1.HeaderClassName
{
color: #B89139;
}
.AnyTagClassName
{
color: #B89139;
}
</style>
background-color css
<style>
a { background-color: #B89139; }
a { background-color: rgb(184,145,57); }
div.DivClassName
{
background-color: #B89139;
}
.BgClassName
{
background-color: #B89139;
}
</style>
border-color css
<style>
span { border-color: #B89139; }
span { border-color: rgb(184,145,57); }
td.TdClassName
{
border-color: #B89139;
}
.TagClassName
{
border-color: #B89139;
}
</style>