Shades of Hokey Pokey #B99735
Tints of Hokey Pokey #B99735
RGB
CMYK
RGB Variations
Color information
#B99735 (or 0xB99735) is known color: Hokey Pokey. HEX triplet: B9, 97 and 35. RGB value is (185,151,53). Sum of RGB (Red+Green+Blue) = 185+151+53=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B99735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99735 is #4668CA. Grayscale: #969696. Windows color (decimal): -4614347 or 3512249. OLE color: 3512249.
HSL color Cylindrical-coordinate representation of color #B99735: hue angle of 44.55º 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 #B99735 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 53 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.27 |
| HSL | 44.55º | 0.55% | 0.47% | - |
| HSV(B) | 44.55º | 0.71% | 0.73% | - |
| XYZ | 31.72 | 32.7 | 8.01 | - |
| YUV | 149.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 53 | 0 | 0.18 | 0.71 | 0.27 | 44.55 | 0.55 | 0.47 |
| Hex | B9 | 97 | 35 | 0 | 12 | 47 | 1B | 2D | 37 | 2F |
| Octal | 271 | 227 | 65 | 0 | 22 | 107 | 33 | 55 | 67 | 57 |
| Binary | 10111001 | 10010111 | 110101 | 0 | 10010 | 1000111 | 11011 | 101101 | 110111 | 101111 |
Color Harmonies of #B99735
Complementary color
Monochromatic Colors of #B99735
Black with #B99735
Text Example
Text Example
White with #B99735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99735; }
p { color: rgb(185,151,53); }
H1.HeaderClassName
{
color: #B99735;
}
.AnyTagClassName
{
color: #B99735;
}
</style>
background-color css
<style>
a { background-color: #B99735; }
a { background-color: rgb(185,151,53); }
div.DivClassName
{
background-color: #B99735;
}
.BgClassName
{
background-color: #B99735;
}
</style>
border-color css
<style>
span { border-color: #B99735; }
span { border-color: rgb(185,151,53); }
td.TdClassName
{
border-color: #B99735;
}
.TagClassName
{
border-color: #B99735;
}
</style>