Shades of Hokey Pokey #B9892C
Tints of Hokey Pokey #B9892C
RGB
CMYK
RGB Variations
Color information
#B9892C (or 0xB9892C) is known color: Hokey Pokey. HEX triplet: B9, 89 and 2C. RGB value is (185,137,44). Sum of RGB (Red+Green+Blue) = 185+137+44=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9892C is #4676D3. Grayscale: #8D8D8D. Windows color (decimal): -4617940 or 2918841. OLE color: 2918841.
HSL color Cylindrical-coordinate representation of color #B9892C: hue angle of 39.57º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9892C is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 137 | 44 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.27 |
| HSL | 39.57º | 0.62% | 0.45% | - |
| HSV(B) | 39.57º | 0.76% | 0.73% | - |
| XYZ | 29.41 | 28.39 | 6.31 | - |
| YUV | 140.75 | 73.4 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 137 | 44 | 0 | 0.26 | 0.76 | 0.27 | 39.57 | 0.62 | 0.45 |
| Hex | B9 | 89 | 2C | 0 | 1A | 4C | 1B | 28 | 3E | 2D |
| Octal | 271 | 211 | 54 | 0 | 32 | 114 | 33 | 50 | 76 | 55 |
| Binary | 10111001 | 10001001 | 101100 | 0 | 11010 | 1001100 | 11011 | 101000 | 111110 | 101101 |
Color Harmonies of #B9892C
Complementary color
Monochromatic Colors of #B9892C
Black with #B9892C
Text Example
Text Example
White with #B9892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9892C; }
p { color: rgb(185,137,44); }
H1.HeaderClassName
{
color: #B9892C;
}
.AnyTagClassName
{
color: #B9892C;
}
</style>
background-color css
<style>
a { background-color: #B9892C; }
a { background-color: rgb(185,137,44); }
div.DivClassName
{
background-color: #B9892C;
}
.BgClassName
{
background-color: #B9892C;
}
</style>
border-color css
<style>
span { border-color: #B9892C; }
span { border-color: rgb(185,137,44); }
td.TdClassName
{
border-color: #B9892C;
}
.TagClassName
{
border-color: #B9892C;
}
</style>