Shades of Hokey Pokey #BE8F31
Tints of Hokey Pokey #BE8F31
RGB
CMYK
RGB Variations
Color information
#BE8F31 (or 0xBE8F31) is known color: Hokey Pokey. HEX triplet: BE, 8F and 31. RGB value is (190,143,49). Sum of RGB (Red+Green+Blue) = 190+143+49=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F31 is #4170CE. Grayscale: #929292. Windows color (decimal): -4288719 or 3248062. OLE color: 3248062.
HSL color Cylindrical-coordinate representation of color #BE8F31: hue angle of 40º degrees, saturation: 0.59, 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 #BE8F31 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 49 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.25 |
| HSL | 40º | 0.59% | 0.47% | - |
| HSV(B) | 40º | 0.74% | 0.75% | - |
| XYZ | 31.61 | 30.81 | 7.19 | - |
| YUV | 146.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 49 | 0 | 0.25 | 0.74 | 0.25 | 40 | 0.59 | 0.47 |
| Hex | BE | 8F | 31 | 0 | 19 | 4A | 19 | 28 | 3B | 2F |
| Octal | 276 | 217 | 61 | 0 | 31 | 112 | 31 | 50 | 73 | 57 |
| Binary | 10111110 | 10001111 | 110001 | 0 | 11001 | 1001010 | 11001 | 101000 | 111011 | 101111 |
Color Harmonies of #BE8F31
Complementary color
Monochromatic Colors of #BE8F31
Black with #BE8F31
Text Example
Text Example
White with #BE8F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F31; }
p { color: rgb(190,143,49); }
H1.HeaderClassName
{
color: #BE8F31;
}
.AnyTagClassName
{
color: #BE8F31;
}
</style>
background-color css
<style>
a { background-color: #BE8F31; }
a { background-color: rgb(190,143,49); }
div.DivClassName
{
background-color: #BE8F31;
}
.BgClassName
{
background-color: #BE8F31;
}
</style>
border-color css
<style>
span { border-color: #BE8F31; }
span { border-color: rgb(190,143,49); }
td.TdClassName
{
border-color: #BE8F31;
}
.TagClassName
{
border-color: #BE8F31;
}
</style>