Shades of Hokey Pokey #B28D30
Tints of Hokey Pokey #B28D30
RGB
CMYK
RGB Variations
Color information
#B28D30 (or 0xB28D30) is known color: Hokey Pokey. HEX triplet: B2, 8D and 30. RGB value is (178,141,48). Sum of RGB (Red+Green+Blue) = 178+141+48=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D30 is #4D72CF. Grayscale: #8D8D8D. Windows color (decimal): -5075664 or 3182002. OLE color: 3182002.
HSL color Cylindrical-coordinate representation of color #B28D30: hue angle of 42.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B28D30 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 48 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.30 |
| HSL | 42.92º | 0.58% | 0.44% | - |
| HSV(B) | 42.92º | 0.73% | 0.7% | - |
| XYZ | 28.42 | 28.73 | 6.84 | - |
| YUV | 141.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 48 | 0 | 0.21 | 0.73 | 0.30 | 42.92 | 0.58 | 0.44 |
| Hex | B2 | 8D | 30 | 0 | 15 | 49 | 1E | 2B | 3A | 2C |
| Octal | 262 | 215 | 60 | 0 | 25 | 111 | 36 | 53 | 72 | 54 |
| Binary | 10110010 | 10001101 | 110000 | 0 | 10101 | 1001001 | 11110 | 101011 | 111010 | 101100 |
Color Harmonies of #B28D30
Complementary color
Monochromatic Colors of #B28D30
Black with #B28D30
Text Example
Text Example
White with #B28D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D30; }
p { color: rgb(178,141,48); }
H1.HeaderClassName
{
color: #B28D30;
}
.AnyTagClassName
{
color: #B28D30;
}
</style>
background-color css
<style>
a { background-color: #B28D30; }
a { background-color: rgb(178,141,48); }
div.DivClassName
{
background-color: #B28D30;
}
.BgClassName
{
background-color: #B28D30;
}
</style>
border-color css
<style>
span { border-color: #B28D30; }
span { border-color: rgb(178,141,48); }
td.TdClassName
{
border-color: #B28D30;
}
.TagClassName
{
border-color: #B28D30;
}
</style>