Shades of Hokey Pokey #B28C2F
Tints of Hokey Pokey #B28C2F
RGB
CMYK
RGB Variations
Color information
#B28C2F (or 0xB28C2F) is known color: Hokey Pokey. HEX triplet: B2, 8C and 2F. RGB value is (178,140,47). Sum of RGB (Red+Green+Blue) = 178+140+47=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C2F is #4D73D0. Grayscale: #8D8D8D. Windows color (decimal): -5075921 or 3116210. OLE color: 3116210.
HSL color Cylindrical-coordinate representation of color #B28C2F: hue angle of 42.6º 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 #B28C2F is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 47 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.30 |
| HSL | 42.6º | 0.58% | 0.44% | - |
| HSV(B) | 42.6º | 0.74% | 0.7% | - |
| XYZ | 28.25 | 28.43 | 6.69 | - |
| YUV | 140.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 47 | 0 | 0.21 | 0.74 | 0.30 | 42.6 | 0.58 | 0.44 |
| Hex | B2 | 8C | 2F | 0 | 15 | 4A | 1E | 2B | 3A | 2C |
| Octal | 262 | 214 | 57 | 0 | 25 | 112 | 36 | 53 | 72 | 54 |
| Binary | 10110010 | 10001100 | 101111 | 0 | 10101 | 1001010 | 11110 | 101011 | 111010 | 101100 |
Color Harmonies of #B28C2F
Complementary color
Monochromatic Colors of #B28C2F
Black with #B28C2F
Text Example
Text Example
White with #B28C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C2F; }
p { color: rgb(178,140,47); }
H1.HeaderClassName
{
color: #B28C2F;
}
.AnyTagClassName
{
color: #B28C2F;
}
</style>
background-color css
<style>
a { background-color: #B28C2F; }
a { background-color: rgb(178,140,47); }
div.DivClassName
{
background-color: #B28C2F;
}
.BgClassName
{
background-color: #B28C2F;
}
</style>
border-color css
<style>
span { border-color: #B28C2F; }
span { border-color: rgb(178,140,47); }
td.TdClassName
{
border-color: #B28C2F;
}
.TagClassName
{
border-color: #B28C2F;
}
</style>