Shades of Hokey Pokey #B28D31
Tints of Hokey Pokey #B28D31
RGB
CMYK
RGB Variations
Color information
#B28D31 (or 0xB28D31) is known color: Hokey Pokey. HEX triplet: B2, 8D and 31. RGB value is (178,141,49). Sum of RGB (Red+Green+Blue) = 178+141+49=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D31 is #4D72CE. Grayscale: #8D8D8D. Windows color (decimal): -5075663 or 3247538. OLE color: 3247538.
HSL color Cylindrical-coordinate representation of color #B28D31: hue angle of 42.79º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B28D31 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 49 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.30 |
| HSL | 42.79º | 0.57% | 0.45% | - |
| HSV(B) | 42.79º | 0.72% | 0.7% | - |
| XYZ | 28.44 | 28.74 | 6.95 | - |
| YUV | 141.58 | 75.76 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 49 | 0 | 0.21 | 0.72 | 0.30 | 42.79 | 0.57 | 0.45 |
| Hex | B2 | 8D | 31 | 0 | 15 | 48 | 1E | 2B | 39 | 2D |
| Octal | 262 | 215 | 61 | 0 | 25 | 110 | 36 | 53 | 71 | 55 |
| Binary | 10110010 | 10001101 | 110001 | 0 | 10101 | 1001000 | 11110 | 101011 | 111001 | 101101 |
Color Harmonies of #B28D31
Complementary color
Monochromatic Colors of #B28D31
Black with #B28D31
Text Example
Text Example
White with #B28D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D31; }
p { color: rgb(178,141,49); }
H1.HeaderClassName
{
color: #B28D31;
}
.AnyTagClassName
{
color: #B28D31;
}
</style>
background-color css
<style>
a { background-color: #B28D31; }
a { background-color: rgb(178,141,49); }
div.DivClassName
{
background-color: #B28D31;
}
.BgClassName
{
background-color: #B28D31;
}
</style>
border-color css
<style>
span { border-color: #B28D31; }
span { border-color: rgb(178,141,49); }
td.TdClassName
{
border-color: #B28D31;
}
.TagClassName
{
border-color: #B28D31;
}
</style>