Shades of Hokey Pokey #B78A2F
Tints of Hokey Pokey #B78A2F
RGB
CMYK
RGB Variations
Color information
#B78A2F (or 0xB78A2F) is known color: Hokey Pokey. HEX triplet: B7, 8A and 2F. RGB value is (183,138,47). Sum of RGB (Red+Green+Blue) = 183+138+47=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A2F is #4875D0. Grayscale: #8D8D8D. Windows color (decimal): -4748753 or 3115703. OLE color: 3115703.
HSL color Cylindrical-coordinate representation of color #B78A2F: hue angle of 40.15º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B78A2F is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 47 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.28 |
| HSL | 40.15º | 0.59% | 0.45% | - |
| HSV(B) | 40.15º | 0.74% | 0.72% | - |
| XYZ | 29.13 | 28.45 | 6.65 | - |
| YUV | 141.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 47 | 0 | 0.25 | 0.74 | 0.28 | 40.15 | 0.59 | 0.45 |
| Hex | B7 | 8A | 2F | 0 | 19 | 4A | 1C | 28 | 3B | 2D |
| Octal | 267 | 212 | 57 | 0 | 31 | 112 | 34 | 50 | 73 | 55 |
| Binary | 10110111 | 10001010 | 101111 | 0 | 11001 | 1001010 | 11100 | 101000 | 111011 | 101101 |
Color Harmonies of #B78A2F
Complementary color
Monochromatic Colors of #B78A2F
Black with #B78A2F
Text Example
Text Example
White with #B78A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A2F; }
p { color: rgb(183,138,47); }
H1.HeaderClassName
{
color: #B78A2F;
}
.AnyTagClassName
{
color: #B78A2F;
}
</style>
background-color css
<style>
a { background-color: #B78A2F; }
a { background-color: rgb(183,138,47); }
div.DivClassName
{
background-color: #B78A2F;
}
.BgClassName
{
background-color: #B78A2F;
}
</style>
border-color css
<style>
span { border-color: #B78A2F; }
span { border-color: rgb(183,138,47); }
td.TdClassName
{
border-color: #B78A2F;
}
.TagClassName
{
border-color: #B78A2F;
}
</style>