Shades of Hokey Pokey #B78C32
Tints of Hokey Pokey #B78C32
RGB
CMYK
RGB Variations
Color information
#B78C32 (or 0xB78C32) is known color: Hokey Pokey. HEX triplet: B7, 8C and 32. RGB value is (183,140,50). Sum of RGB (Red+Green+Blue) = 183+140+50=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C32 is #4873CD. Grayscale: #8F8F8F. Windows color (decimal): -4748238 or 3312823. OLE color: 3312823.
HSL color Cylindrical-coordinate representation of color #B78C32: hue angle of 40.6º 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 #B78C32 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 50 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.28 |
| HSL | 40.6º | 0.57% | 0.46% | - |
| HSV(B) | 40.6º | 0.73% | 0.72% | - |
| XYZ | 29.48 | 29.05 | 7.07 | - |
| YUV | 142.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 50 | 0 | 0.23 | 0.73 | 0.28 | 40.6 | 0.57 | 0.46 |
| Hex | B7 | 8C | 32 | 0 | 17 | 49 | 1C | 29 | 39 | 2E |
| Octal | 267 | 214 | 62 | 0 | 27 | 111 | 34 | 51 | 71 | 56 |
| Binary | 10110111 | 10001100 | 110010 | 0 | 10111 | 1001001 | 11100 | 101001 | 111001 | 101110 |
Color Harmonies of #B78C32
Complementary color
Monochromatic Colors of #B78C32
Black with #B78C32
Text Example
Text Example
White with #B78C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C32; }
p { color: rgb(183,140,50); }
H1.HeaderClassName
{
color: #B78C32;
}
.AnyTagClassName
{
color: #B78C32;
}
</style>
background-color css
<style>
a { background-color: #B78C32; }
a { background-color: rgb(183,140,50); }
div.DivClassName
{
background-color: #B78C32;
}
.BgClassName
{
background-color: #B78C32;
}
</style>
border-color css
<style>
span { border-color: #B78C32; }
span { border-color: rgb(183,140,50); }
td.TdClassName
{
border-color: #B78C32;
}
.TagClassName
{
border-color: #B78C32;
}
</style>