Shades of Hokey Pokey #B9902F
Tints of Hokey Pokey #B9902F
RGB
CMYK
RGB Variations
Color information
#B9902F (or 0xB9902F) is known color: Hokey Pokey. HEX triplet: B9, 90 and 2F. RGB value is (185,144,47). Sum of RGB (Red+Green+Blue) = 185+144+47=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9902F is #466FD0. Grayscale: #919191. Windows color (decimal): -4616145 or 3117241. OLE color: 3117241.
HSL color Cylindrical-coordinate representation of color #B9902F: hue angle of 42.17º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9902F is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 47 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.27 |
| HSL | 42.17º | 0.59% | 0.45% | - |
| HSV(B) | 42.17º | 0.75% | 0.73% | - |
| XYZ | 30.49 | 30.47 | 6.96 | - |
| YUV | 145.2 | 72.58 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 47 | 0 | 0.22 | 0.75 | 0.27 | 42.17 | 0.59 | 0.45 |
| Hex | B9 | 90 | 2F | 0 | 16 | 4B | 1B | 2A | 3B | 2D |
| Octal | 271 | 220 | 57 | 0 | 26 | 113 | 33 | 52 | 73 | 55 |
| Binary | 10111001 | 10010000 | 101111 | 0 | 10110 | 1001011 | 11011 | 101010 | 111011 | 101101 |
Color Harmonies of #B9902F
Complementary color
Monochromatic Colors of #B9902F
Black with #B9902F
Text Example
Text Example
White with #B9902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9902F; }
p { color: rgb(185,144,47); }
H1.HeaderClassName
{
color: #B9902F;
}
.AnyTagClassName
{
color: #B9902F;
}
</style>
background-color css
<style>
a { background-color: #B9902F; }
a { background-color: rgb(185,144,47); }
div.DivClassName
{
background-color: #B9902F;
}
.BgClassName
{
background-color: #B9902F;
}
</style>
border-color css
<style>
span { border-color: #B9902F; }
span { border-color: rgb(185,144,47); }
td.TdClassName
{
border-color: #B9902F;
}
.TagClassName
{
border-color: #B9902F;
}
</style>