Shades of Hokey Pokey #B48D33
Tints of Hokey Pokey #B48D33
RGB
CMYK
RGB Variations
Color information
#B48D33 (or 0xB48D33) is known color: Hokey Pokey. HEX triplet: B4, 8D and 33. RGB value is (180,141,51). Sum of RGB (Red+Green+Blue) = 180+141+51=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D33 is #4B72CC. Grayscale: #8E8E8E. Windows color (decimal): -4944589 or 3378612. OLE color: 3378612.
HSL color Cylindrical-coordinate representation of color #B48D33: hue angle of 41.86º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B48D33 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 51 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.29 |
| HSL | 41.86º | 0.56% | 0.45% | - |
| HSV(B) | 41.86º | 0.72% | 0.71% | - |
| XYZ | 28.94 | 28.99 | 7.2 | - |
| YUV | 142.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 51 | 0 | 0.22 | 0.72 | 0.29 | 41.86 | 0.56 | 0.45 |
| Hex | B4 | 8D | 33 | 0 | 16 | 48 | 1D | 2A | 38 | 2D |
| Octal | 264 | 215 | 63 | 0 | 26 | 110 | 35 | 52 | 70 | 55 |
| Binary | 10110100 | 10001101 | 110011 | 0 | 10110 | 1001000 | 11101 | 101010 | 111000 | 101101 |
Color Harmonies of #B48D33
Complementary color
Monochromatic Colors of #B48D33
Black with #B48D33
Text Example
Text Example
White with #B48D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D33; }
p { color: rgb(180,141,51); }
H1.HeaderClassName
{
color: #B48D33;
}
.AnyTagClassName
{
color: #B48D33;
}
</style>
background-color css
<style>
a { background-color: #B48D33; }
a { background-color: rgb(180,141,51); }
div.DivClassName
{
background-color: #B48D33;
}
.BgClassName
{
background-color: #B48D33;
}
</style>
border-color css
<style>
span { border-color: #B48D33; }
span { border-color: rgb(180,141,51); }
td.TdClassName
{
border-color: #B48D33;
}
.TagClassName
{
border-color: #B48D33;
}
</style>