Shades of Hokey Pokey #B48A2C
Tints of Hokey Pokey #B48A2C
RGB
CMYK
RGB Variations
Color information
#B48A2C (or 0xB48A2C) is known color: Hokey Pokey. HEX triplet: B4, 8A and 2C. RGB value is (180,138,44). Sum of RGB (Red+Green+Blue) = 180+138+44=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A2C is #4B75D3. Grayscale: #8C8C8C. Windows color (decimal): -4945364 or 2919092. OLE color: 2919092.
HSL color Cylindrical-coordinate representation of color #B48A2C: hue angle of 41.47º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B48A2C is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 44 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.29 |
| HSL | 41.47º | 0.61% | 0.44% | - |
| HSV(B) | 41.47º | 0.76% | 0.71% | - |
| XYZ | 28.37 | 28.06 | 6.3 | - |
| YUV | 139.84 | 73.91 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 44 | 0 | 0.23 | 0.76 | 0.29 | 41.47 | 0.61 | 0.44 |
| Hex | B4 | 8A | 2C | 0 | 17 | 4C | 1D | 29 | 3D | 2C |
| Octal | 264 | 212 | 54 | 0 | 27 | 114 | 35 | 51 | 75 | 54 |
| Binary | 10110100 | 10001010 | 101100 | 0 | 10111 | 1001100 | 11101 | 101001 | 111101 | 101100 |
Color Harmonies of #B48A2C
Complementary color
Monochromatic Colors of #B48A2C
Black with #B48A2C
Text Example
Text Example
White with #B48A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A2C; }
p { color: rgb(180,138,44); }
H1.HeaderClassName
{
color: #B48A2C;
}
.AnyTagClassName
{
color: #B48A2C;
}
</style>
background-color css
<style>
a { background-color: #B48A2C; }
a { background-color: rgb(180,138,44); }
div.DivClassName
{
background-color: #B48A2C;
}
.BgClassName
{
background-color: #B48A2C;
}
</style>
border-color css
<style>
span { border-color: #B48A2C; }
span { border-color: rgb(180,138,44); }
td.TdClassName
{
border-color: #B48A2C;
}
.TagClassName
{
border-color: #B48A2C;
}
</style>