Shades of Hokey Pokey #B49038
Tints of Hokey Pokey #B49038
RGB
CMYK
RGB Variations
Color information
#B49038 (or 0xB49038) is known color: Hokey Pokey. HEX triplet: B4, 90 and 38. RGB value is (180,144,56). Sum of RGB (Red+Green+Blue) = 180+144+56=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B49038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49038 is #4B6FC7. Grayscale: #919191. Windows color (decimal): -4943816 or 3707060. OLE color: 3707060.
HSL color Cylindrical-coordinate representation of color #B49038: hue angle of 42.58º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B49038 is Cyan = 0, Magento = 0.2, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 56 | - |
| CMYK | 0 | 0.2 | 0.69 | 0.29 |
| HSL | 42.58º | 0.53% | 0.46% | - |
| HSV(B) | 42.58º | 0.69% | 0.71% | - |
| XYZ | 29.51 | 29.94 | 7.96 | - |
| YUV | 144.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 56 | 0 | 0.2 | 0.69 | 0.29 | 42.58 | 0.53 | 0.46 |
| Hex | B4 | 90 | 38 | 0 | 14 | 45 | 1D | 2B | 35 | 2E |
| Octal | 264 | 220 | 70 | 0 | 24 | 105 | 35 | 53 | 65 | 56 |
| Binary | 10110100 | 10010000 | 111000 | 0 | 10100 | 1000101 | 11101 | 101011 | 110101 | 101110 |
Color Harmonies of #B49038
Complementary color
Monochromatic Colors of #B49038
Black with #B49038
Text Example
Text Example
White with #B49038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49038; }
p { color: rgb(180,144,56); }
H1.HeaderClassName
{
color: #B49038;
}
.AnyTagClassName
{
color: #B49038;
}
</style>
background-color css
<style>
a { background-color: #B49038; }
a { background-color: rgb(180,144,56); }
div.DivClassName
{
background-color: #B49038;
}
.BgClassName
{
background-color: #B49038;
}
</style>
border-color css
<style>
span { border-color: #B49038; }
span { border-color: rgb(180,144,56); }
td.TdClassName
{
border-color: #B49038;
}
.TagClassName
{
border-color: #B49038;
}
</style>