Shades of Hokey Pokey #B38B2D
Tints of Hokey Pokey #B38B2D
RGB
CMYK
RGB Variations
Color information
#B38B2D (or 0xB38B2D) is known color: Hokey Pokey. HEX triplet: B3, 8B and 2D. RGB value is (179,139,45). Sum of RGB (Red+Green+Blue) = 179+139+45=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38B2D is #4C74D2. Grayscale: #8C8C8C. Windows color (decimal): -5010643 or 2984883. OLE color: 2984883.
HSL color Cylindrical-coordinate representation of color #B38B2D: hue angle of 42.09º 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 #B38B2D is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 139 | 45 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.30 |
| HSL | 42.09º | 0.6% | 0.44% | - |
| HSV(B) | 42.09º | 0.75% | 0.7% | - |
| XYZ | 28.3 | 28.24 | 6.44 | - |
| YUV | 140.24 | 74.25 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 45 | 0 | 0.22 | 0.75 | 0.30 | 42.09 | 0.6 | 0.44 |
| Hex | B3 | 8B | 2D | 0 | 16 | 4B | 1E | 2A | 3C | 2C |
| Octal | 263 | 213 | 55 | 0 | 26 | 113 | 36 | 52 | 74 | 54 |
| Binary | 10110011 | 10001011 | 101101 | 0 | 10110 | 1001011 | 11110 | 101010 | 111100 | 101100 |
Color Harmonies of #B38B2D
Complementary color
Monochromatic Colors of #B38B2D
Black with #B38B2D
Text Example
Text Example
White with #B38B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38B2D; }
p { color: rgb(179,139,45); }
H1.HeaderClassName
{
color: #B38B2D;
}
.AnyTagClassName
{
color: #B38B2D;
}
</style>
background-color css
<style>
a { background-color: #B38B2D; }
a { background-color: rgb(179,139,45); }
div.DivClassName
{
background-color: #B38B2D;
}
.BgClassName
{
background-color: #B38B2D;
}
</style>
border-color css
<style>
span { border-color: #B38B2D; }
span { border-color: rgb(179,139,45); }
td.TdClassName
{
border-color: #B38B2D;
}
.TagClassName
{
border-color: #B38B2D;
}
</style>