Shades of Hokey Pokey #B48B2D
Tints of Hokey Pokey #B48B2D
RGB
CMYK
RGB Variations
Color information
#B48B2D (or 0xB48B2D) is known color: Hokey Pokey. HEX triplet: B4, 8B and 2D. RGB value is (180,139,45). Sum of RGB (Red+Green+Blue) = 180+139+45=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B2D is #4B74D2. Grayscale: #8C8C8C. Windows color (decimal): -4945107 or 2984884. OLE color: 2984884.
HSL color Cylindrical-coordinate representation of color #B48B2D: hue angle of 41.78º 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 #B48B2D is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 139 | 45 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.29 |
| HSL | 41.78º | 0.6% | 0.44% | - |
| HSV(B) | 41.78º | 0.75% | 0.71% | - |
| XYZ | 28.53 | 28.36 | 6.45 | - |
| YUV | 140.54 | 74.08 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 45 | 0 | 0.23 | 0.75 | 0.29 | 41.78 | 0.6 | 0.44 |
| Hex | B4 | 8B | 2D | 0 | 17 | 4B | 1D | 2A | 3C | 2C |
| Octal | 264 | 213 | 55 | 0 | 27 | 113 | 35 | 52 | 74 | 54 |
| Binary | 10110100 | 10001011 | 101101 | 0 | 10111 | 1001011 | 11101 | 101010 | 111100 | 101100 |
Color Harmonies of #B48B2D
Complementary color
Monochromatic Colors of #B48B2D
Black with #B48B2D
Text Example
Text Example
White with #B48B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48B2D; }
p { color: rgb(180,139,45); }
H1.HeaderClassName
{
color: #B48B2D;
}
.AnyTagClassName
{
color: #B48B2D;
}
</style>
background-color css
<style>
a { background-color: #B48B2D; }
a { background-color: rgb(180,139,45); }
div.DivClassName
{
background-color: #B48B2D;
}
.BgClassName
{
background-color: #B48B2D;
}
</style>
border-color css
<style>
span { border-color: #B48B2D; }
span { border-color: rgb(180,139,45); }
td.TdClassName
{
border-color: #B48B2D;
}
.TagClassName
{
border-color: #B48B2D;
}
</style>