Shades of Hokey Pokey #B78C2D
Tints of Hokey Pokey #B78C2D
RGB
CMYK
RGB Variations
Color information
#B78C2D (or 0xB78C2D) is known color: Hokey Pokey. HEX triplet: B7, 8C and 2D. RGB value is (183,140,45). Sum of RGB (Red+Green+Blue) = 183+140+45=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C2D is #4873D2. Grayscale: #8E8E8E. Windows color (decimal): -4748243 or 2985143. OLE color: 2985143.
HSL color Cylindrical-coordinate representation of color #B78C2D: hue angle of 41.3º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B78C2D is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 45 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.28 |
| HSL | 41.3º | 0.61% | 0.45% | - |
| HSV(B) | 41.3º | 0.75% | 0.72% | - |
| XYZ | 29.38 | 29.01 | 6.53 | - |
| YUV | 142.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 45 | 0 | 0.23 | 0.75 | 0.28 | 41.3 | 0.61 | 0.45 |
| Hex | B7 | 8C | 2D | 0 | 17 | 4B | 1C | 29 | 3D | 2D |
| Octal | 267 | 214 | 55 | 0 | 27 | 113 | 34 | 51 | 75 | 55 |
| Binary | 10110111 | 10001100 | 101101 | 0 | 10111 | 1001011 | 11100 | 101001 | 111101 | 101101 |
Color Harmonies of #B78C2D
Complementary color
Monochromatic Colors of #B78C2D
Black with #B78C2D
Text Example
Text Example
White with #B78C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C2D; }
p { color: rgb(183,140,45); }
H1.HeaderClassName
{
color: #B78C2D;
}
.AnyTagClassName
{
color: #B78C2D;
}
</style>
background-color css
<style>
a { background-color: #B78C2D; }
a { background-color: rgb(183,140,45); }
div.DivClassName
{
background-color: #B78C2D;
}
.BgClassName
{
background-color: #B78C2D;
}
</style>
border-color css
<style>
span { border-color: #B78C2D; }
span { border-color: rgb(183,140,45); }
td.TdClassName
{
border-color: #B78C2D;
}
.TagClassName
{
border-color: #B78C2D;
}
</style>