Shades of Hokey Pokey #BE9232
Tints of Hokey Pokey #BE9232
RGB
CMYK
RGB Variations
Color information
#BE9232 (or 0xBE9232) is known color: Hokey Pokey. HEX triplet: BE, 92 and 32. RGB value is (190,146,50). Sum of RGB (Red+Green+Blue) = 190+146+50=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9232 is #416DCD. Grayscale: #949494. Windows color (decimal): -4287950 or 3314366. OLE color: 3314366.
HSL color Cylindrical-coordinate representation of color #BE9232: hue angle of 41.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE9232 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 146 | 50 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.25 |
| HSL | 41.14º | 0.58% | 0.47% | - |
| HSV(B) | 41.14º | 0.74% | 0.75% | - |
| XYZ | 32.09 | 31.74 | 7.45 | - |
| YUV | 148.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 50 | 0 | 0.23 | 0.74 | 0.25 | 41.14 | 0.58 | 0.47 |
| Hex | BE | 92 | 32 | 0 | 17 | 4A | 19 | 29 | 3A | 2F |
| Octal | 276 | 222 | 62 | 0 | 27 | 112 | 31 | 51 | 72 | 57 |
| Binary | 10111110 | 10010010 | 110010 | 0 | 10111 | 1001010 | 11001 | 101001 | 111010 | 101111 |
Color Harmonies of #BE9232
Complementary color
Monochromatic Colors of #BE9232
Black with #BE9232
Text Example
Text Example
White with #BE9232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9232; }
p { color: rgb(190,146,50); }
H1.HeaderClassName
{
color: #BE9232;
}
.AnyTagClassName
{
color: #BE9232;
}
</style>
background-color css
<style>
a { background-color: #BE9232; }
a { background-color: rgb(190,146,50); }
div.DivClassName
{
background-color: #BE9232;
}
.BgClassName
{
background-color: #BE9232;
}
</style>
border-color css
<style>
span { border-color: #BE9232; }
span { border-color: rgb(190,146,50); }
td.TdClassName
{
border-color: #BE9232;
}
.TagClassName
{
border-color: #BE9232;
}
</style>