Shades of Hokey Pokey #B28E2F
Tints of Hokey Pokey #B28E2F
RGB
CMYK
RGB Variations
Color information
#B28E2F (or 0xB28E2F) is known color: Hokey Pokey. HEX triplet: B2, 8E and 2F. RGB value is (178,142,47). Sum of RGB (Red+Green+Blue) = 178+142+47=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28E2F is #4D71D0. Grayscale: #8E8E8E. Windows color (decimal): -5075409 or 3116722. OLE color: 3116722.
HSL color Cylindrical-coordinate representation of color #B28E2F: hue angle of 43.51º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B28E2F is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 142 | 47 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.30 |
| HSL | 43.51º | 0.58% | 0.44% | - |
| HSV(B) | 43.51º | 0.74% | 0.7% | - |
| XYZ | 28.55 | 29.02 | 6.79 | - |
| YUV | 141.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 47 | 0 | 0.20 | 0.74 | 0.30 | 43.51 | 0.58 | 0.44 |
| Hex | B2 | 8E | 2F | 0 | 14 | 4A | 1E | 2C | 3A | 2C |
| Octal | 262 | 216 | 57 | 0 | 24 | 112 | 36 | 54 | 72 | 54 |
| Binary | 10110010 | 10001110 | 101111 | 0 | 10100 | 1001010 | 11110 | 101100 | 111010 | 101100 |
Color Harmonies of #B28E2F
Complementary color
Monochromatic Colors of #B28E2F
Black with #B28E2F
Text Example
Text Example
White with #B28E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28E2F; }
p { color: rgb(178,142,47); }
H1.HeaderClassName
{
color: #B28E2F;
}
.AnyTagClassName
{
color: #B28E2F;
}
</style>
background-color css
<style>
a { background-color: #B28E2F; }
a { background-color: rgb(178,142,47); }
div.DivClassName
{
background-color: #B28E2F;
}
.BgClassName
{
background-color: #B28E2F;
}
</style>
border-color css
<style>
span { border-color: #B28E2F; }
span { border-color: rgb(178,142,47); }
td.TdClassName
{
border-color: #B28E2F;
}
.TagClassName
{
border-color: #B28E2F;
}
</style>