Shades of Hokey Pokey #B48B2F
Tints of Hokey Pokey #B48B2F
RGB
CMYK
RGB Variations
Color information
#B48B2F (or 0xB48B2F) is known color: Hokey Pokey. HEX triplet: B4, 8B and 2F. RGB value is (180,139,47). Sum of RGB (Red+Green+Blue) = 180+139+47=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B2F is #4B74D0. Grayscale: #8D8D8D. Windows color (decimal): -4945105 or 3115956. OLE color: 3115956.
HSL color Cylindrical-coordinate representation of color #B48B2F: hue angle of 41.5º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B48B2F is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 139 | 47 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.29 |
| HSL | 41.5º | 0.59% | 0.45% | - |
| HSV(B) | 41.5º | 0.74% | 0.71% | - |
| XYZ | 28.57 | 28.37 | 6.66 | - |
| YUV | 140.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 47 | 0 | 0.23 | 0.74 | 0.29 | 41.5 | 0.59 | 0.45 |
| Hex | B4 | 8B | 2F | 0 | 17 | 4A | 1D | 2A | 3B | 2D |
| Octal | 264 | 213 | 57 | 0 | 27 | 112 | 35 | 52 | 73 | 55 |
| Binary | 10110100 | 10001011 | 101111 | 0 | 10111 | 1001010 | 11101 | 101010 | 111011 | 101101 |
Color Harmonies of #B48B2F
Complementary color
Monochromatic Colors of #B48B2F
Black with #B48B2F
Text Example
Text Example
White with #B48B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48B2F; }
p { color: rgb(180,139,47); }
H1.HeaderClassName
{
color: #B48B2F;
}
.AnyTagClassName
{
color: #B48B2F;
}
</style>
background-color css
<style>
a { background-color: #B48B2F; }
a { background-color: rgb(180,139,47); }
div.DivClassName
{
background-color: #B48B2F;
}
.BgClassName
{
background-color: #B48B2F;
}
</style>
border-color css
<style>
span { border-color: #B48B2F; }
span { border-color: rgb(180,139,47); }
td.TdClassName
{
border-color: #B48B2F;
}
.TagClassName
{
border-color: #B48B2F;
}
</style>