Shades of Hokey Pokey #B4862D
Tints of Hokey Pokey #B4862D
RGB
CMYK
RGB Variations
Color information
#B4862D (or 0xB4862D) is known color: Hokey Pokey. HEX triplet: B4, 86 and 2D. RGB value is (180,134,45). Sum of RGB (Red+Green+Blue) = 180+134+45=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B4862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4862D is #4B79D2. Grayscale: #8A8A8A. Windows color (decimal): -4946387 or 2983604. OLE color: 2983604.
HSL color Cylindrical-coordinate representation of color #B4862D: hue angle of 39.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4862D is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 45 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.29 |
| HSL | 39.56º | 0.6% | 0.44% | - |
| HSV(B) | 39.56º | 0.75% | 0.71% | - |
| XYZ | 27.82 | 26.94 | 6.22 | - |
| YUV | 137.61 | 75.74 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 45 | 0 | 0.26 | 0.75 | 0.29 | 39.56 | 0.6 | 0.44 |
| Hex | B4 | 86 | 2D | 0 | 1A | 4B | 1D | 28 | 3C | 2C |
| Octal | 264 | 206 | 55 | 0 | 32 | 113 | 35 | 50 | 74 | 54 |
| Binary | 10110100 | 10000110 | 101101 | 0 | 11010 | 1001011 | 11101 | 101000 | 111100 | 101100 |
Color Harmonies of #B4862D
Complementary color
Monochromatic Colors of #B4862D
Black with #B4862D
Text Example
Text Example
White with #B4862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4862D; }
p { color: rgb(180,134,45); }
H1.HeaderClassName
{
color: #B4862D;
}
.AnyTagClassName
{
color: #B4862D;
}
</style>
background-color css
<style>
a { background-color: #B4862D; }
a { background-color: rgb(180,134,45); }
div.DivClassName
{
background-color: #B4862D;
}
.BgClassName
{
background-color: #B4862D;
}
</style>
border-color css
<style>
span { border-color: #B4862D; }
span { border-color: rgb(180,134,45); }
td.TdClassName
{
border-color: #B4862D;
}
.TagClassName
{
border-color: #B4862D;
}
</style>