Shades of Hokey Pokey #B2892D
Tints of Hokey Pokey #B2892D
RGB
CMYK
RGB Variations
Color information
#B2892D (or 0xB2892D) is known color: Hokey Pokey. HEX triplet: B2, 89 and 2D. RGB value is (178,137,45). Sum of RGB (Red+Green+Blue) = 178+137+45=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2892D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2892D is #4D76D2. Grayscale: #8B8B8B. Windows color (decimal): -5076691 or 2984370. OLE color: 2984370.
HSL color Cylindrical-coordinate representation of color #B2892D: hue angle of 41.5º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2892D is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 45 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.30 |
| HSL | 41.5º | 0.6% | 0.44% | - |
| HSV(B) | 41.5º | 0.75% | 0.7% | - |
| XYZ | 27.78 | 27.55 | 6.34 | - |
| YUV | 138.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 45 | 0 | 0.23 | 0.75 | 0.30 | 41.5 | 0.6 | 0.44 |
| Hex | B2 | 89 | 2D | 0 | 17 | 4B | 1E | 2A | 3C | 2C |
| Octal | 262 | 211 | 55 | 0 | 27 | 113 | 36 | 52 | 74 | 54 |
| Binary | 10110010 | 10001001 | 101101 | 0 | 10111 | 1001011 | 11110 | 101010 | 111100 | 101100 |
Color Harmonies of #B2892D
Complementary color
Monochromatic Colors of #B2892D
Black with #B2892D
Text Example
Text Example
White with #B2892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2892D; }
p { color: rgb(178,137,45); }
H1.HeaderClassName
{
color: #B2892D;
}
.AnyTagClassName
{
color: #B2892D;
}
</style>
background-color css
<style>
a { background-color: #B2892D; }
a { background-color: rgb(178,137,45); }
div.DivClassName
{
background-color: #B2892D;
}
.BgClassName
{
background-color: #B2892D;
}
</style>
border-color css
<style>
span { border-color: #B2892D; }
span { border-color: rgb(178,137,45); }
td.TdClassName
{
border-color: #B2892D;
}
.TagClassName
{
border-color: #B2892D;
}
</style>