Shades of Hokey Pokey #B78C2E
Tints of Hokey Pokey #B78C2E
RGB
CMYK
RGB Variations
Color information
#B78C2E (or 0xB78C2E) is known color: Hokey Pokey. HEX triplet: B7, 8C and 2E. RGB value is (183,140,46). Sum of RGB (Red+Green+Blue) = 183+140+46=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C2E is #4873D1. Grayscale: #8E8E8E. Windows color (decimal): -4748242 or 3050679. OLE color: 3050679.
HSL color Cylindrical-coordinate representation of color #B78C2E: hue angle of 41.17º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B78C2E is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 46 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.28 |
| HSL | 41.17º | 0.6% | 0.45% | - |
| HSV(B) | 41.17º | 0.75% | 0.72% | - |
| XYZ | 29.4 | 29.02 | 6.64 | - |
| YUV | 142.14 | 73.75 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 46 | 0 | 0.23 | 0.75 | 0.28 | 41.17 | 0.6 | 0.45 |
| Hex | B7 | 8C | 2E | 0 | 17 | 4B | 1C | 29 | 3C | 2D |
| Octal | 267 | 214 | 56 | 0 | 27 | 113 | 34 | 51 | 74 | 55 |
| Binary | 10110111 | 10001100 | 101110 | 0 | 10111 | 1001011 | 11100 | 101001 | 111100 | 101101 |
Color Harmonies of #B78C2E
Complementary color
Monochromatic Colors of #B78C2E
Black with #B78C2E
Text Example
Text Example
White with #B78C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C2E; }
p { color: rgb(183,140,46); }
H1.HeaderClassName
{
color: #B78C2E;
}
.AnyTagClassName
{
color: #B78C2E;
}
</style>
background-color css
<style>
a { background-color: #B78C2E; }
a { background-color: rgb(183,140,46); }
div.DivClassName
{
background-color: #B78C2E;
}
.BgClassName
{
background-color: #B78C2E;
}
</style>
border-color css
<style>
span { border-color: #B78C2E; }
span { border-color: rgb(183,140,46); }
td.TdClassName
{
border-color: #B78C2E;
}
.TagClassName
{
border-color: #B78C2E;
}
</style>