Shades of Hokey Pokey #B78A2D
Tints of Hokey Pokey #B78A2D
RGB
CMYK
RGB Variations
Color information
#B78A2D (or 0xB78A2D) is known color: Hokey Pokey. HEX triplet: B7, 8A and 2D. RGB value is (183,138,45). Sum of RGB (Red+Green+Blue) = 183+138+45=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A2D is #4875D2. Grayscale: #8D8D8D. Windows color (decimal): -4748755 or 2984631. OLE color: 2984631.
HSL color Cylindrical-coordinate representation of color #B78A2D: hue angle of 40.43º 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 #B78A2D is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 45 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.28 |
| HSL | 40.43º | 0.61% | 0.45% | - |
| HSV(B) | 40.43º | 0.75% | 0.72% | - |
| XYZ | 29.09 | 28.43 | 6.44 | - |
| YUV | 140.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 45 | 0 | 0.25 | 0.75 | 0.28 | 40.43 | 0.61 | 0.45 |
| Hex | B7 | 8A | 2D | 0 | 19 | 4B | 1C | 28 | 3D | 2D |
| Octal | 267 | 212 | 55 | 0 | 31 | 113 | 34 | 50 | 75 | 55 |
| Binary | 10110111 | 10001010 | 101101 | 0 | 11001 | 1001011 | 11100 | 101000 | 111101 | 101101 |
Color Harmonies of #B78A2D
Complementary color
Monochromatic Colors of #B78A2D
Black with #B78A2D
Text Example
Text Example
White with #B78A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A2D; }
p { color: rgb(183,138,45); }
H1.HeaderClassName
{
color: #B78A2D;
}
.AnyTagClassName
{
color: #B78A2D;
}
</style>
background-color css
<style>
a { background-color: #B78A2D; }
a { background-color: rgb(183,138,45); }
div.DivClassName
{
background-color: #B78A2D;
}
.BgClassName
{
background-color: #B78A2D;
}
</style>
border-color css
<style>
span { border-color: #B78A2D; }
span { border-color: rgb(183,138,45); }
td.TdClassName
{
border-color: #B78A2D;
}
.TagClassName
{
border-color: #B78A2D;
}
</style>