Shades of Hokey Pokey #B78E32
Tints of Hokey Pokey #B78E32
RGB
CMYK
RGB Variations
Color information
#B78E32 (or 0xB78E32) is known color: Hokey Pokey. HEX triplet: B7, 8E and 32. RGB value is (183,142,50). Sum of RGB (Red+Green+Blue) = 183+142+50=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78E32 is #4871CD. Grayscale: #909090. Windows color (decimal): -4747726 or 3313335. OLE color: 3313335.
HSL color Cylindrical-coordinate representation of color #B78E32: hue angle of 41.5º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B78E32 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 142 | 50 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.28 |
| HSL | 41.5º | 0.57% | 0.46% | - |
| HSV(B) | 41.5º | 0.73% | 0.72% | - |
| XYZ | 29.78 | 29.64 | 7.17 | - |
| YUV | 143.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 50 | 0 | 0.22 | 0.73 | 0.28 | 41.5 | 0.57 | 0.46 |
| Hex | B7 | 8E | 32 | 0 | 16 | 49 | 1C | 2A | 39 | 2E |
| Octal | 267 | 216 | 62 | 0 | 26 | 111 | 34 | 52 | 71 | 56 |
| Binary | 10110111 | 10001110 | 110010 | 0 | 10110 | 1001001 | 11100 | 101010 | 111001 | 101110 |
Color Harmonies of #B78E32
Complementary color
Monochromatic Colors of #B78E32
Black with #B78E32
Text Example
Text Example
White with #B78E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78E32; }
p { color: rgb(183,142,50); }
H1.HeaderClassName
{
color: #B78E32;
}
.AnyTagClassName
{
color: #B78E32;
}
</style>
background-color css
<style>
a { background-color: #B78E32; }
a { background-color: rgb(183,142,50); }
div.DivClassName
{
background-color: #B78E32;
}
.BgClassName
{
background-color: #B78E32;
}
</style>
border-color css
<style>
span { border-color: #B78E32; }
span { border-color: rgb(183,142,50); }
td.TdClassName
{
border-color: #B78E32;
}
.TagClassName
{
border-color: #B78E32;
}
</style>