Shades of Hokey Pokey #B4882D
Tints of Hokey Pokey #B4882D
RGB
CMYK
RGB Variations
Color information
#B4882D (or 0xB4882D) is known color: Hokey Pokey. HEX triplet: B4, 88 and 2D. RGB value is (180,136,45). Sum of RGB (Red+Green+Blue) = 180+136+45=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4882D is #4B77D2. Grayscale: #8B8B8B. Windows color (decimal): -4945875 or 2984116. OLE color: 2984116.
HSL color Cylindrical-coordinate representation of color #B4882D: hue angle of 40.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4882D is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 45 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.29 |
| HSL | 40.44º | 0.6% | 0.44% | - |
| HSV(B) | 40.44º | 0.75% | 0.71% | - |
| XYZ | 28.1 | 27.5 | 6.31 | - |
| YUV | 138.78 | 75.08 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 45 | 0 | 0.24 | 0.75 | 0.29 | 40.44 | 0.6 | 0.44 |
| Hex | B4 | 88 | 2D | 0 | 18 | 4B | 1D | 28 | 3C | 2C |
| Octal | 264 | 210 | 55 | 0 | 30 | 113 | 35 | 50 | 74 | 54 |
| Binary | 10110100 | 10001000 | 101101 | 0 | 11000 | 1001011 | 11101 | 101000 | 111100 | 101100 |
Color Harmonies of #B4882D
Complementary color
Monochromatic Colors of #B4882D
Black with #B4882D
Text Example
Text Example
White with #B4882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4882D; }
p { color: rgb(180,136,45); }
H1.HeaderClassName
{
color: #B4882D;
}
.AnyTagClassName
{
color: #B4882D;
}
</style>
background-color css
<style>
a { background-color: #B4882D; }
a { background-color: rgb(180,136,45); }
div.DivClassName
{
background-color: #B4882D;
}
.BgClassName
{
background-color: #B4882D;
}
</style>
border-color css
<style>
span { border-color: #B4882D; }
span { border-color: rgb(180,136,45); }
td.TdClassName
{
border-color: #B4882D;
}
.TagClassName
{
border-color: #B4882D;
}
</style>