Shades of Hokey Pokey #B48F32
Tints of Hokey Pokey #B48F32
RGB
CMYK
RGB Variations
Color information
#B48F32 (or 0xB48F32) is known color: Hokey Pokey. HEX triplet: B4, 8F and 32. RGB value is (180,143,50). Sum of RGB (Red+Green+Blue) = 180+143+50=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48F32 is #4B70CD. Grayscale: #8F8F8F. Windows color (decimal): -4944078 or 3313588. OLE color: 3313588.
HSL color Cylindrical-coordinate representation of color #B48F32: hue angle of 42.92º degrees, saturation: 0.57, 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 #B48F32 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 50 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.29 |
| HSL | 42.92º | 0.57% | 0.45% | - |
| HSV(B) | 42.92º | 0.72% | 0.71% | - |
| XYZ | 29.22 | 29.58 | 7.19 | - |
| YUV | 143.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 50 | 0 | 0.21 | 0.72 | 0.29 | 42.92 | 0.57 | 0.45 |
| Hex | B4 | 8F | 32 | 0 | 15 | 48 | 1D | 2B | 39 | 2D |
| Octal | 264 | 217 | 62 | 0 | 25 | 110 | 35 | 53 | 71 | 55 |
| Binary | 10110100 | 10001111 | 110010 | 0 | 10101 | 1001000 | 11101 | 101011 | 111001 | 101101 |
Color Harmonies of #B48F32
Complementary color
Monochromatic Colors of #B48F32
Black with #B48F32
Text Example
Text Example
White with #B48F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48F32; }
p { color: rgb(180,143,50); }
H1.HeaderClassName
{
color: #B48F32;
}
.AnyTagClassName
{
color: #B48F32;
}
</style>
background-color css
<style>
a { background-color: #B48F32; }
a { background-color: rgb(180,143,50); }
div.DivClassName
{
background-color: #B48F32;
}
.BgClassName
{
background-color: #B48F32;
}
</style>
border-color css
<style>
span { border-color: #B48F32; }
span { border-color: rgb(180,143,50); }
td.TdClassName
{
border-color: #B48F32;
}
.TagClassName
{
border-color: #B48F32;
}
</style>