Shades of Hokey Pokey #BE892F
Tints of Hokey Pokey #BE892F
RGB
CMYK
RGB Variations
Color information
#BE892F (or 0xBE892F) is known color: Hokey Pokey. HEX triplet: BE, 89 and 2F. RGB value is (190,137,47). Sum of RGB (Red+Green+Blue) = 190+137+47=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE892F is #4176D0. Grayscale: #8E8E8E. Windows color (decimal): -4290257 or 3115454. OLE color: 3115454.
HSL color Cylindrical-coordinate representation of color #BE892F: hue angle of 37.76º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE892F is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 47 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.25 |
| HSL | 37.76º | 0.6% | 0.46% | - |
| HSV(B) | 37.76º | 0.75% | 0.75% | - |
| XYZ | 30.69 | 29.04 | 6.68 | - |
| YUV | 142.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 47 | 0 | 0.28 | 0.75 | 0.25 | 37.76 | 0.6 | 0.46 |
| Hex | BE | 89 | 2F | 0 | 1C | 4B | 19 | 26 | 3C | 2E |
| Octal | 276 | 211 | 57 | 0 | 34 | 113 | 31 | 46 | 74 | 56 |
| Binary | 10111110 | 10001001 | 101111 | 0 | 11100 | 1001011 | 11001 | 100110 | 111100 | 101110 |
Color Harmonies of #BE892F
Complementary color
Monochromatic Colors of #BE892F
Black with #BE892F
Text Example
Text Example
White with #BE892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE892F; }
p { color: rgb(190,137,47); }
H1.HeaderClassName
{
color: #BE892F;
}
.AnyTagClassName
{
color: #BE892F;
}
</style>
background-color css
<style>
a { background-color: #BE892F; }
a { background-color: rgb(190,137,47); }
div.DivClassName
{
background-color: #BE892F;
}
.BgClassName
{
background-color: #BE892F;
}
</style>
border-color css
<style>
span { border-color: #BE892F; }
span { border-color: rgb(190,137,47); }
td.TdClassName
{
border-color: #BE892F;
}
.TagClassName
{
border-color: #BE892F;
}
</style>