Shades of Hokey Pokey #B78F2F
Tints of Hokey Pokey #B78F2F
RGB
CMYK
RGB Variations
Color information
#B78F2F (or 0xB78F2F) is known color: Hokey Pokey. HEX triplet: B7, 8F and 2F. RGB value is (183,143,47). Sum of RGB (Red+Green+Blue) = 183+143+47=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78F2F is #4870D0. Grayscale: #909090. Windows color (decimal): -4747473 or 3116983. OLE color: 3116983.
HSL color Cylindrical-coordinate representation of color #B78F2F: hue angle of 42.35º 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 #B78F2F is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 47 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.28 |
| HSL | 42.35º | 0.59% | 0.45% | - |
| HSV(B) | 42.35º | 0.74% | 0.72% | - |
| XYZ | 29.86 | 29.92 | 6.89 | - |
| YUV | 144.02 | 73.25 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 47 | 0 | 0.22 | 0.74 | 0.28 | 42.35 | 0.59 | 0.45 |
| Hex | B7 | 8F | 2F | 0 | 16 | 4A | 1C | 2A | 3B | 2D |
| Octal | 267 | 217 | 57 | 0 | 26 | 112 | 34 | 52 | 73 | 55 |
| Binary | 10110111 | 10001111 | 101111 | 0 | 10110 | 1001010 | 11100 | 101010 | 111011 | 101101 |
Color Harmonies of #B78F2F
Complementary color
Monochromatic Colors of #B78F2F
Black with #B78F2F
Text Example
Text Example
White with #B78F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78F2F; }
p { color: rgb(183,143,47); }
H1.HeaderClassName
{
color: #B78F2F;
}
.AnyTagClassName
{
color: #B78F2F;
}
</style>
background-color css
<style>
a { background-color: #B78F2F; }
a { background-color: rgb(183,143,47); }
div.DivClassName
{
background-color: #B78F2F;
}
.BgClassName
{
background-color: #B78F2F;
}
</style>
border-color css
<style>
span { border-color: #B78F2F; }
span { border-color: rgb(183,143,47); }
td.TdClassName
{
border-color: #B78F2F;
}
.TagClassName
{
border-color: #B78F2F;
}
</style>