Shades of Hokey Pokey #B3882B
Tints of Hokey Pokey #B3882B
RGB
CMYK
RGB Variations
Color information
#B3882B (or 0xB3882B) is known color: Hokey Pokey. HEX triplet: B3, 88 and 2B. RGB value is (179,136,43). Sum of RGB (Red+Green+Blue) = 179+136+43=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3882B is #4C77D4. Grayscale: #8A8A8A. Windows color (decimal): -5011413 or 2853043. OLE color: 2853043.
HSL color Cylindrical-coordinate representation of color #B3882B: hue angle of 41.03º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3882B is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 43 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.30 |
| HSL | 41.03º | 0.61% | 0.44% | - |
| HSV(B) | 41.03º | 0.76% | 0.7% | - |
| XYZ | 27.83 | 27.37 | 6.1 | - |
| YUV | 138.26 | 74.25 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 43 | 0 | 0.24 | 0.76 | 0.30 | 41.03 | 0.61 | 0.44 |
| Hex | B3 | 88 | 2B | 0 | 18 | 4C | 1E | 29 | 3D | 2C |
| Octal | 263 | 210 | 53 | 0 | 30 | 114 | 36 | 51 | 75 | 54 |
| Binary | 10110011 | 10001000 | 101011 | 0 | 11000 | 1001100 | 11110 | 101001 | 111101 | 101100 |
Color Harmonies of #B3882B
Complementary color
Monochromatic Colors of #B3882B
Black with #B3882B
Text Example
Text Example
White with #B3882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3882B; }
p { color: rgb(179,136,43); }
H1.HeaderClassName
{
color: #B3882B;
}
.AnyTagClassName
{
color: #B3882B;
}
</style>
background-color css
<style>
a { background-color: #B3882B; }
a { background-color: rgb(179,136,43); }
div.DivClassName
{
background-color: #B3882B;
}
.BgClassName
{
background-color: #B3882B;
}
</style>
border-color css
<style>
span { border-color: #B3882B; }
span { border-color: rgb(179,136,43); }
td.TdClassName
{
border-color: #B3882B;
}
.TagClassName
{
border-color: #B3882B;
}
</style>