Shades of Hokey Pokey #BE882D
Tints of Hokey Pokey #BE882D
RGB
CMYK
RGB Variations
Color information
#BE882D (or 0xBE882D) is known color: Hokey Pokey. HEX triplet: BE, 88 and 2D. RGB value is (190,136,45). Sum of RGB (Red+Green+Blue) = 190+136+45=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE882D is #4177D2. Grayscale: #8E8E8E. Windows color (decimal): -4290515 or 2984126. OLE color: 2984126.
HSL color Cylindrical-coordinate representation of color #BE882D: hue angle of 37.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE882D is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 45 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.25 |
| HSL | 37.66º | 0.62% | 0.46% | - |
| HSV(B) | 37.66º | 0.76% | 0.75% | - |
| XYZ | 30.51 | 28.74 | 6.42 | - |
| YUV | 141.77 | 73.39 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 45 | 0 | 0.28 | 0.76 | 0.25 | 37.66 | 0.62 | 0.46 |
| Hex | BE | 88 | 2D | 0 | 1C | 4C | 19 | 26 | 3E | 2E |
| Octal | 276 | 210 | 55 | 0 | 34 | 114 | 31 | 46 | 76 | 56 |
| Binary | 10111110 | 10001000 | 101101 | 0 | 11100 | 1001100 | 11001 | 100110 | 111110 | 101110 |
Color Harmonies of #BE882D
Complementary color
Monochromatic Colors of #BE882D
Black with #BE882D
Text Example
Text Example
White with #BE882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE882D; }
p { color: rgb(190,136,45); }
H1.HeaderClassName
{
color: #BE882D;
}
.AnyTagClassName
{
color: #BE882D;
}
</style>
background-color css
<style>
a { background-color: #BE882D; }
a { background-color: rgb(190,136,45); }
div.DivClassName
{
background-color: #BE882D;
}
.BgClassName
{
background-color: #BE882D;
}
</style>
border-color css
<style>
span { border-color: #BE882D; }
span { border-color: rgb(190,136,45); }
td.TdClassName
{
border-color: #BE882D;
}
.TagClassName
{
border-color: #BE882D;
}
</style>