Shades of Hokey Pokey #B7902F
Tints of Hokey Pokey #B7902F
RGB
CMYK
RGB Variations
Color information
#B7902F (or 0xB7902F) is known color: Hokey Pokey. HEX triplet: B7, 90 and 2F. RGB value is (183,144,47). Sum of RGB (Red+Green+Blue) = 183+144+47=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7902F is #486FD0. Grayscale: #919191. Windows color (decimal): -4747217 or 3117239. OLE color: 3117239.
HSL color Cylindrical-coordinate representation of color #B7902F: hue angle of 42.79º 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 #B7902F is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 144 | 47 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.28 |
| HSL | 42.79º | 0.59% | 0.45% | - |
| HSV(B) | 42.79º | 0.74% | 0.72% | - |
| XYZ | 30.01 | 30.22 | 6.94 | - |
| YUV | 144.6 | 72.92 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 47 | 0 | 0.21 | 0.74 | 0.28 | 42.79 | 0.59 | 0.45 |
| Hex | B7 | 90 | 2F | 0 | 15 | 4A | 1C | 2B | 3B | 2D |
| Octal | 267 | 220 | 57 | 0 | 25 | 112 | 34 | 53 | 73 | 55 |
| Binary | 10110111 | 10010000 | 101111 | 0 | 10101 | 1001010 | 11100 | 101011 | 111011 | 101101 |
Color Harmonies of #B7902F
Complementary color
Monochromatic Colors of #B7902F
Black with #B7902F
Text Example
Text Example
White with #B7902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7902F; }
p { color: rgb(183,144,47); }
H1.HeaderClassName
{
color: #B7902F;
}
.AnyTagClassName
{
color: #B7902F;
}
</style>
background-color css
<style>
a { background-color: #B7902F; }
a { background-color: rgb(183,144,47); }
div.DivClassName
{
background-color: #B7902F;
}
.BgClassName
{
background-color: #B7902F;
}
</style>
border-color css
<style>
span { border-color: #B7902F; }
span { border-color: rgb(183,144,47); }
td.TdClassName
{
border-color: #B7902F;
}
.TagClassName
{
border-color: #B7902F;
}
</style>