Shades of Hokey Pokey #B49031
Tints of Hokey Pokey #B49031
RGB
CMYK
RGB Variations
Color information
#B49031 (or 0xB49031) is known color: Hokey Pokey. HEX triplet: B4, 90 and 31. RGB value is (180,144,49). Sum of RGB (Red+Green+Blue) = 180+144+49=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B49031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49031 is #4B6FCE. Grayscale: #909090. Windows color (decimal): -4943823 or 3248308. OLE color: 3248308.
HSL color Cylindrical-coordinate representation of color #B49031: hue angle of 43.51º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B49031 is Cyan = 0, Magento = 0.2, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 49 | - |
| CMYK | 0 | 0.2 | 0.73 | 0.29 |
| HSL | 43.51º | 0.57% | 0.45% | - |
| HSV(B) | 43.51º | 0.73% | 0.71% | - |
| XYZ | 29.35 | 29.87 | 7.12 | - |
| YUV | 143.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 49 | 0 | 0.2 | 0.73 | 0.29 | 43.51 | 0.57 | 0.45 |
| Hex | B4 | 90 | 31 | 0 | 14 | 49 | 1D | 2C | 39 | 2D |
| Octal | 264 | 220 | 61 | 0 | 24 | 111 | 35 | 54 | 71 | 55 |
| Binary | 10110100 | 10010000 | 110001 | 0 | 10100 | 1001001 | 11101 | 101100 | 111001 | 101101 |
Color Harmonies of #B49031
Complementary color
Monochromatic Colors of #B49031
Black with #B49031
Text Example
Text Example
White with #B49031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49031; }
p { color: rgb(180,144,49); }
H1.HeaderClassName
{
color: #B49031;
}
.AnyTagClassName
{
color: #B49031;
}
</style>
background-color css
<style>
a { background-color: #B49031; }
a { background-color: rgb(180,144,49); }
div.DivClassName
{
background-color: #B49031;
}
.BgClassName
{
background-color: #B49031;
}
</style>
border-color css
<style>
span { border-color: #B49031; }
span { border-color: rgb(180,144,49); }
td.TdClassName
{
border-color: #B49031;
}
.TagClassName
{
border-color: #B49031;
}
</style>