Shades of Hokey Pokey #B78E34
Tints of Hokey Pokey #B78E34
RGB
CMYK
RGB Variations
Color information
#B78E34 (or 0xB78E34) is known color: Hokey Pokey. HEX triplet: B7, 8E and 34. RGB value is (183,142,52). Sum of RGB (Red+Green+Blue) = 183+142+52=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78E34 is #4871CB. Grayscale: #909090. Windows color (decimal): -4747724 or 3444407. OLE color: 3444407.
HSL color Cylindrical-coordinate representation of color #B78E34: hue angle of 41.22º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B78E34 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 142 | 52 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.28 |
| HSL | 41.22º | 0.56% | 0.46% | - |
| HSV(B) | 41.22º | 0.72% | 0.72% | - |
| XYZ | 29.82 | 29.66 | 7.4 | - |
| YUV | 144 | 76.08 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 52 | 0 | 0.22 | 0.72 | 0.28 | 41.22 | 0.56 | 0.46 |
| Hex | B7 | 8E | 34 | 0 | 16 | 48 | 1C | 29 | 38 | 2E |
| Octal | 267 | 216 | 64 | 0 | 26 | 110 | 34 | 51 | 70 | 56 |
| Binary | 10110111 | 10001110 | 110100 | 0 | 10110 | 1001000 | 11100 | 101001 | 111000 | 101110 |
Color Harmonies of #B78E34
Complementary color
Monochromatic Colors of #B78E34
Black with #B78E34
Text Example
Text Example
White with #B78E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78E34; }
p { color: rgb(183,142,52); }
H1.HeaderClassName
{
color: #B78E34;
}
.AnyTagClassName
{
color: #B78E34;
}
</style>
background-color css
<style>
a { background-color: #B78E34; }
a { background-color: rgb(183,142,52); }
div.DivClassName
{
background-color: #B78E34;
}
.BgClassName
{
background-color: #B78E34;
}
</style>
border-color css
<style>
span { border-color: #B78E34; }
span { border-color: rgb(183,142,52); }
td.TdClassName
{
border-color: #B78E34;
}
.TagClassName
{
border-color: #B78E34;
}
</style>