Shades of Hokey Pokey #B38C2D
Tints of Hokey Pokey #B38C2D
RGB
CMYK
RGB Variations
Color information
#B38C2D (or 0xB38C2D) is known color: Hokey Pokey. HEX triplet: B3, 8C and 2D. RGB value is (179,140,45). Sum of RGB (Red+Green+Blue) = 179+140+45=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38C2D is #4C73D2. Grayscale: #8D8D8D. Windows color (decimal): -5010387 or 2985139. OLE color: 2985139.
HSL color Cylindrical-coordinate representation of color #B38C2D: hue angle of 42.54º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B38C2D is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 45 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.30 |
| HSL | 42.54º | 0.6% | 0.44% | - |
| HSV(B) | 42.54º | 0.75% | 0.7% | - |
| XYZ | 28.44 | 28.53 | 6.49 | - |
| YUV | 140.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 45 | 0 | 0.22 | 0.75 | 0.30 | 42.54 | 0.6 | 0.44 |
| Hex | B3 | 8C | 2D | 0 | 16 | 4B | 1E | 2B | 3C | 2C |
| Octal | 263 | 214 | 55 | 0 | 26 | 113 | 36 | 53 | 74 | 54 |
| Binary | 10110011 | 10001100 | 101101 | 0 | 10110 | 1001011 | 11110 | 101011 | 111100 | 101100 |
Color Harmonies of #B38C2D
Complementary color
Monochromatic Colors of #B38C2D
Black with #B38C2D
Text Example
Text Example
White with #B38C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C2D; }
p { color: rgb(179,140,45); }
H1.HeaderClassName
{
color: #B38C2D;
}
.AnyTagClassName
{
color: #B38C2D;
}
</style>
background-color css
<style>
a { background-color: #B38C2D; }
a { background-color: rgb(179,140,45); }
div.DivClassName
{
background-color: #B38C2D;
}
.BgClassName
{
background-color: #B38C2D;
}
</style>
border-color css
<style>
span { border-color: #B38C2D; }
span { border-color: rgb(179,140,45); }
td.TdClassName
{
border-color: #B38C2D;
}
.TagClassName
{
border-color: #B38C2D;
}
</style>