Shades of Hokey Pokey #BE8F2F
Tints of Hokey Pokey #BE8F2F
RGB
CMYK
RGB Variations
Color information
#BE8F2F (or 0xBE8F2F) is known color: Hokey Pokey. HEX triplet: BE, 8F and 2F. RGB value is (190,143,47). Sum of RGB (Red+Green+Blue) = 190+143+47=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F2F is #4170D0. Grayscale: #929292. Windows color (decimal): -4288721 or 3116990. OLE color: 3116990.
HSL color Cylindrical-coordinate representation of color #BE8F2F: hue angle of 40.28º 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 #BE8F2F is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 47 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.25 |
| HSL | 40.28º | 0.6% | 0.46% | - |
| HSV(B) | 40.28º | 0.75% | 0.75% | - |
| XYZ | 31.57 | 30.8 | 6.97 | - |
| YUV | 146.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 47 | 0 | 0.25 | 0.75 | 0.25 | 40.28 | 0.6 | 0.46 |
| Hex | BE | 8F | 2F | 0 | 19 | 4B | 19 | 28 | 3C | 2E |
| Octal | 276 | 217 | 57 | 0 | 31 | 113 | 31 | 50 | 74 | 56 |
| Binary | 10111110 | 10001111 | 101111 | 0 | 11001 | 1001011 | 11001 | 101000 | 111100 | 101110 |
Color Harmonies of #BE8F2F
Complementary color
Monochromatic Colors of #BE8F2F
Black with #BE8F2F
Text Example
Text Example
White with #BE8F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F2F; }
p { color: rgb(190,143,47); }
H1.HeaderClassName
{
color: #BE8F2F;
}
.AnyTagClassName
{
color: #BE8F2F;
}
</style>
background-color css
<style>
a { background-color: #BE8F2F; }
a { background-color: rgb(190,143,47); }
div.DivClassName
{
background-color: #BE8F2F;
}
.BgClassName
{
background-color: #BE8F2F;
}
</style>
border-color css
<style>
span { border-color: #BE8F2F; }
span { border-color: rgb(190,143,47); }
td.TdClassName
{
border-color: #BE8F2F;
}
.TagClassName
{
border-color: #BE8F2F;
}
</style>