Shades of Hokey Pokey #B78D32
Tints of Hokey Pokey #B78D32
RGB
CMYK
RGB Variations
Color information
#B78D32 (or 0xB78D32) is known color: Hokey Pokey. HEX triplet: B7, 8D and 32. RGB value is (183,141,50). Sum of RGB (Red+Green+Blue) = 183+141+50=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78D32 is #4872CD. Grayscale: #8F8F8F. Windows color (decimal): -4747982 or 3313079. OLE color: 3313079.
HSL color Cylindrical-coordinate representation of color #B78D32: hue angle of 41.05º 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 #B78D32 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 50 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.28 |
| HSL | 41.05º | 0.57% | 0.46% | - |
| HSV(B) | 41.05º | 0.73% | 0.72% | - |
| XYZ | 29.63 | 29.35 | 7.12 | - |
| YUV | 143.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 50 | 0 | 0.23 | 0.73 | 0.28 | 41.05 | 0.57 | 0.46 |
| Hex | B7 | 8D | 32 | 0 | 17 | 49 | 1C | 29 | 39 | 2E |
| Octal | 267 | 215 | 62 | 0 | 27 | 111 | 34 | 51 | 71 | 56 |
| Binary | 10110111 | 10001101 | 110010 | 0 | 10111 | 1001001 | 11100 | 101001 | 111001 | 101110 |
Color Harmonies of #B78D32
Complementary color
Monochromatic Colors of #B78D32
Black with #B78D32
Text Example
Text Example
White with #B78D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78D32; }
p { color: rgb(183,141,50); }
H1.HeaderClassName
{
color: #B78D32;
}
.AnyTagClassName
{
color: #B78D32;
}
</style>
background-color css
<style>
a { background-color: #B78D32; }
a { background-color: rgb(183,141,50); }
div.DivClassName
{
background-color: #B78D32;
}
.BgClassName
{
background-color: #B78D32;
}
</style>
border-color css
<style>
span { border-color: #B78D32; }
span { border-color: rgb(183,141,50); }
td.TdClassName
{
border-color: #B78D32;
}
.TagClassName
{
border-color: #B78D32;
}
</style>