Shades of Hokey Pokey #B8902F
Tints of Hokey Pokey #B8902F
RGB
CMYK
RGB Variations
Color information
#B8902F (or 0xB8902F) is known color: Hokey Pokey. HEX triplet: B8, 90 and 2F. RGB value is (184,144,47). Sum of RGB (Red+Green+Blue) = 184+144+47=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8902F is #476FD0. Grayscale: #919191. Windows color (decimal): -4681681 or 3117240. OLE color: 3117240.
HSL color Cylindrical-coordinate representation of color #B8902F: hue angle of 42.48º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8902F is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 47 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.28 |
| HSL | 42.48º | 0.59% | 0.45% | - |
| HSV(B) | 42.48º | 0.74% | 0.72% | - |
| XYZ | 30.25 | 30.34 | 6.95 | - |
| YUV | 144.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 47 | 0 | 0.22 | 0.74 | 0.28 | 42.48 | 0.59 | 0.45 |
| Hex | B8 | 90 | 2F | 0 | 16 | 4A | 1C | 2A | 3B | 2D |
| Octal | 270 | 220 | 57 | 0 | 26 | 112 | 34 | 52 | 73 | 55 |
| Binary | 10111000 | 10010000 | 101111 | 0 | 10110 | 1001010 | 11100 | 101010 | 111011 | 101101 |
Color Harmonies of #B8902F
Complementary color
Monochromatic Colors of #B8902F
Black with #B8902F
Text Example
Text Example
White with #B8902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8902F; }
p { color: rgb(184,144,47); }
H1.HeaderClassName
{
color: #B8902F;
}
.AnyTagClassName
{
color: #B8902F;
}
</style>
background-color css
<style>
a { background-color: #B8902F; }
a { background-color: rgb(184,144,47); }
div.DivClassName
{
background-color: #B8902F;
}
.BgClassName
{
background-color: #B8902F;
}
</style>
border-color css
<style>
span { border-color: #B8902F; }
span { border-color: rgb(184,144,47); }
td.TdClassName
{
border-color: #B8902F;
}
.TagClassName
{
border-color: #B8902F;
}
</style>