Shades of Hokey Pokey #B99736
Tints of Hokey Pokey #B99736
RGB
CMYK
RGB Variations
Color information
#B99736 (or 0xB99736) is known color: Hokey Pokey. HEX triplet: B9, 97 and 36. RGB value is (185,151,54). Sum of RGB (Red+Green+Blue) = 185+151+54=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B99736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99736 is #4668C9. Grayscale: #969696. Windows color (decimal): -4614346 or 3577785. OLE color: 3577785.
HSL color Cylindrical-coordinate representation of color #B99736: hue angle of 44.43º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B99736 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 54 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.27 |
| HSL | 44.43º | 0.55% | 0.47% | - |
| HSV(B) | 44.43º | 0.71% | 0.73% | - |
| XYZ | 31.74 | 32.71 | 8.13 | - |
| YUV | 150.11 | 73.76 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 54 | 0 | 0.18 | 0.71 | 0.27 | 44.43 | 0.55 | 0.47 |
| Hex | B9 | 97 | 36 | 0 | 12 | 47 | 1B | 2C | 37 | 2F |
| Octal | 271 | 227 | 66 | 0 | 22 | 107 | 33 | 54 | 67 | 57 |
| Binary | 10111001 | 10010111 | 110110 | 0 | 10010 | 1000111 | 11011 | 101100 | 110111 | 101111 |
Color Harmonies of #B99736
Complementary color
Monochromatic Colors of #B99736
Black with #B99736
Text Example
Text Example
White with #B99736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99736; }
p { color: rgb(185,151,54); }
H1.HeaderClassName
{
color: #B99736;
}
.AnyTagClassName
{
color: #B99736;
}
</style>
background-color css
<style>
a { background-color: #B99736; }
a { background-color: rgb(185,151,54); }
div.DivClassName
{
background-color: #B99736;
}
.BgClassName
{
background-color: #B99736;
}
</style>
border-color css
<style>
span { border-color: #B99736; }
span { border-color: rgb(185,151,54); }
td.TdClassName
{
border-color: #B99736;
}
.TagClassName
{
border-color: #B99736;
}
</style>