Shades of Hokey Pokey #B48C2E
Tints of Hokey Pokey #B48C2E
RGB
CMYK
RGB Variations
Color information
#B48C2E (or 0xB48C2E) is known color: Hokey Pokey. HEX triplet: B4, 8C and 2E. RGB value is (180,140,46). Sum of RGB (Red+Green+Blue) = 180+140+46=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C2E is #4B73D1. Grayscale: #8D8D8D. Windows color (decimal): -4944850 or 3050676. OLE color: 3050676.
HSL color Cylindrical-coordinate representation of color #B48C2E: hue angle of 42.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B48C2E is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 140 | 46 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.29 |
| HSL | 42.09º | 0.59% | 0.44% | - |
| HSV(B) | 42.09º | 0.74% | 0.71% | - |
| XYZ | 28.69 | 28.66 | 6.6 | - |
| YUV | 141.24 | 74.25 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 46 | 0 | 0.22 | 0.74 | 0.29 | 42.09 | 0.59 | 0.44 |
| Hex | B4 | 8C | 2E | 0 | 16 | 4A | 1D | 2A | 3B | 2C |
| Octal | 264 | 214 | 56 | 0 | 26 | 112 | 35 | 52 | 73 | 54 |
| Binary | 10110100 | 10001100 | 101110 | 0 | 10110 | 1001010 | 11101 | 101010 | 111011 | 101100 |
Color Harmonies of #B48C2E
Complementary color
Monochromatic Colors of #B48C2E
Black with #B48C2E
Text Example
Text Example
White with #B48C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48C2E; }
p { color: rgb(180,140,46); }
H1.HeaderClassName
{
color: #B48C2E;
}
.AnyTagClassName
{
color: #B48C2E;
}
</style>
background-color css
<style>
a { background-color: #B48C2E; }
a { background-color: rgb(180,140,46); }
div.DivClassName
{
background-color: #B48C2E;
}
.BgClassName
{
background-color: #B48C2E;
}
</style>
border-color css
<style>
span { border-color: #B48C2E; }
span { border-color: rgb(180,140,46); }
td.TdClassName
{
border-color: #B48C2E;
}
.TagClassName
{
border-color: #B48C2E;
}
</style>