Shades of Hokey Pokey #BE892C
Tints of Hokey Pokey #BE892C
RGB
CMYK
RGB Variations
Color information
#BE892C (or 0xBE892C) is known color: Hokey Pokey. HEX triplet: BE, 89 and 2C. RGB value is (190,137,44). Sum of RGB (Red+Green+Blue) = 190+137+44=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE892C is #4176D3. Grayscale: #8E8E8E. Windows color (decimal): -4290260 or 2918846. OLE color: 2918846.
HSL color Cylindrical-coordinate representation of color #BE892C: hue angle of 38.22º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE892C is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 44 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.25 |
| HSL | 38.22º | 0.62% | 0.46% | - |
| HSV(B) | 38.22º | 0.77% | 0.75% | - |
| XYZ | 30.64 | 29.02 | 6.37 | - |
| YUV | 142.25 | 72.56 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 44 | 0 | 0.28 | 0.77 | 0.25 | 38.22 | 0.62 | 0.46 |
| Hex | BE | 89 | 2C | 0 | 1C | 4D | 19 | 26 | 3E | 2E |
| Octal | 276 | 211 | 54 | 0 | 34 | 115 | 31 | 46 | 76 | 56 |
| Binary | 10111110 | 10001001 | 101100 | 0 | 11100 | 1001101 | 11001 | 100110 | 111110 | 101110 |
Color Harmonies of #BE892C
Complementary color
Monochromatic Colors of #BE892C
Black with #BE892C
Text Example
Text Example
White with #BE892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE892C; }
p { color: rgb(190,137,44); }
H1.HeaderClassName
{
color: #BE892C;
}
.AnyTagClassName
{
color: #BE892C;
}
</style>
background-color css
<style>
a { background-color: #BE892C; }
a { background-color: rgb(190,137,44); }
div.DivClassName
{
background-color: #BE892C;
}
.BgClassName
{
background-color: #BE892C;
}
</style>
border-color css
<style>
span { border-color: #BE892C; }
span { border-color: rgb(190,137,44); }
td.TdClassName
{
border-color: #BE892C;
}
.TagClassName
{
border-color: #BE892C;
}
</style>