Shades of Hokey Pokey #B38A2E
Tints of Hokey Pokey #B38A2E
RGB
CMYK
RGB Variations
Color information
#B38A2E (or 0xB38A2E) is known color: Hokey Pokey. HEX triplet: B3, 8A and 2E. RGB value is (179,138,46). Sum of RGB (Red+Green+Blue) = 179+138+46=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38A2E is #4C75D1. Grayscale: #8C8C8C. Windows color (decimal): -5010898 or 3050163. OLE color: 3050163.
HSL color Cylindrical-coordinate representation of color #B38A2E: hue angle of 41.5º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B38A2E is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 46 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.30 |
| HSL | 41.5º | 0.59% | 0.44% | - |
| HSV(B) | 41.5º | 0.74% | 0.7% | - |
| XYZ | 28.17 | 27.96 | 6.5 | - |
| YUV | 139.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 46 | 0 | 0.23 | 0.74 | 0.30 | 41.5 | 0.59 | 0.44 |
| Hex | B3 | 8A | 2E | 0 | 17 | 4A | 1E | 2A | 3B | 2C |
| Octal | 263 | 212 | 56 | 0 | 27 | 112 | 36 | 52 | 73 | 54 |
| Binary | 10110011 | 10001010 | 101110 | 0 | 10111 | 1001010 | 11110 | 101010 | 111011 | 101100 |
Color Harmonies of #B38A2E
Complementary color
Monochromatic Colors of #B38A2E
Black with #B38A2E
Text Example
Text Example
White with #B38A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A2E; }
p { color: rgb(179,138,46); }
H1.HeaderClassName
{
color: #B38A2E;
}
.AnyTagClassName
{
color: #B38A2E;
}
</style>
background-color css
<style>
a { background-color: #B38A2E; }
a { background-color: rgb(179,138,46); }
div.DivClassName
{
background-color: #B38A2E;
}
.BgClassName
{
background-color: #B38A2E;
}
</style>
border-color css
<style>
span { border-color: #B38A2E; }
span { border-color: rgb(179,138,46); }
td.TdClassName
{
border-color: #B38A2E;
}
.TagClassName
{
border-color: #B38A2E;
}
</style>