Shades of Hokey Pokey #BE9837
Tints of Hokey Pokey #BE9837
RGB
CMYK
RGB Variations
Color information
#BE9837 (or 0xBE9837) is known color: Hokey Pokey. HEX triplet: BE, 98 and 37. RGB value is (190,152,55). Sum of RGB (Red+Green+Blue) = 190+152+55=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9837 is #4167C8. Grayscale: #989898. Windows color (decimal): -4286409 or 3643582. OLE color: 3643582.
HSL color Cylindrical-coordinate representation of color #BE9837: hue angle of 43.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE9837 is Cyan = 0, Magento = 0.2, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 55 | - |
| CMYK | 0 | 0.2 | 0.71 | 0.25 |
| HSL | 43.11º | 0.55% | 0.48% | - |
| HSV(B) | 43.11º | 0.71% | 0.75% | - |
| XYZ | 33.15 | 33.68 | 8.37 | - |
| YUV | 152.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 55 | 0 | 0.2 | 0.71 | 0.25 | 43.11 | 0.55 | 0.48 |
| Hex | BE | 98 | 37 | 0 | 14 | 47 | 19 | 2B | 37 | 30 |
| Octal | 276 | 230 | 67 | 0 | 24 | 107 | 31 | 53 | 67 | 60 |
| Binary | 10111110 | 10011000 | 110111 | 0 | 10100 | 1000111 | 11001 | 101011 | 110111 | 110000 |
Color Harmonies of #BE9837
Complementary color
Monochromatic Colors of #BE9837
Black with #BE9837
Text Example
Text Example
White with #BE9837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9837; }
p { color: rgb(190,152,55); }
H1.HeaderClassName
{
color: #BE9837;
}
.AnyTagClassName
{
color: #BE9837;
}
</style>
background-color css
<style>
a { background-color: #BE9837; }
a { background-color: rgb(190,152,55); }
div.DivClassName
{
background-color: #BE9837;
}
.BgClassName
{
background-color: #BE9837;
}
</style>
border-color css
<style>
span { border-color: #BE9837; }
span { border-color: rgb(190,152,55); }
td.TdClassName
{
border-color: #BE9837;
}
.TagClassName
{
border-color: #BE9837;
}
</style>