Shades of Hokey Pokey #B38C31
Tints of Hokey Pokey #B38C31
RGB
CMYK
RGB Variations
Color information
#B38C31 (or 0xB38C31) is known color: Hokey Pokey. HEX triplet: B3, 8C and 31. RGB value is (179,140,49). Sum of RGB (Red+Green+Blue) = 179+140+49=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38C31 is #4C73CE. Grayscale: #8D8D8D. Windows color (decimal): -5010383 or 3247283. OLE color: 3247283.
HSL color Cylindrical-coordinate representation of color #B38C31: hue angle of 42º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B38C31 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 49 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.30 |
| HSL | 42º | 0.57% | 0.45% | - |
| HSV(B) | 42º | 0.73% | 0.7% | - |
| XYZ | 28.52 | 28.56 | 6.92 | - |
| YUV | 141.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 49 | 0 | 0.22 | 0.73 | 0.30 | 42 | 0.57 | 0.45 |
| Hex | B3 | 8C | 31 | 0 | 16 | 49 | 1E | 2A | 39 | 2D |
| Octal | 263 | 214 | 61 | 0 | 26 | 111 | 36 | 52 | 71 | 55 |
| Binary | 10110011 | 10001100 | 110001 | 0 | 10110 | 1001001 | 11110 | 101010 | 111001 | 101101 |
Color Harmonies of #B38C31
Complementary color
Monochromatic Colors of #B38C31
Black with #B38C31
Text Example
Text Example
White with #B38C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C31; }
p { color: rgb(179,140,49); }
H1.HeaderClassName
{
color: #B38C31;
}
.AnyTagClassName
{
color: #B38C31;
}
</style>
background-color css
<style>
a { background-color: #B38C31; }
a { background-color: rgb(179,140,49); }
div.DivClassName
{
background-color: #B38C31;
}
.BgClassName
{
background-color: #B38C31;
}
</style>
border-color css
<style>
span { border-color: #B38C31; }
span { border-color: rgb(179,140,49); }
td.TdClassName
{
border-color: #B38C31;
}
.TagClassName
{
border-color: #B38C31;
}
</style>