Shades of Hokey Pokey #B69039
Tints of Hokey Pokey #B69039
RGB
CMYK
RGB Variations
Color information
#B69039 (or 0xB69039) is known color: Hokey Pokey. HEX triplet: B6, 90 and 39. RGB value is (182,144,57). Sum of RGB (Red+Green+Blue) = 182+144+57=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B69039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69039 is #496FC6. Grayscale: #919191. Windows color (decimal): -4812743 or 3772598. OLE color: 3772598.
HSL color Cylindrical-coordinate representation of color #B69039: hue angle of 41.76º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B69039 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 144 | 57 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.29 |
| HSL | 41.76º | 0.52% | 0.47% | - |
| HSV(B) | 41.76º | 0.69% | 0.71% | - |
| XYZ | 30 | 30.19 | 8.12 | - |
| YUV | 145.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 57 | 0 | 0.21 | 0.69 | 0.29 | 41.76 | 0.52 | 0.47 |
| Hex | B6 | 90 | 39 | 0 | 15 | 45 | 1D | 2A | 34 | 2F |
| Octal | 266 | 220 | 71 | 0 | 25 | 105 | 35 | 52 | 64 | 57 |
| Binary | 10110110 | 10010000 | 111001 | 0 | 10101 | 1000101 | 11101 | 101010 | 110100 | 101111 |
Color Harmonies of #B69039
Complementary color
Monochromatic Colors of #B69039
Black with #B69039
Text Example
Text Example
White with #B69039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69039; }
p { color: rgb(182,144,57); }
H1.HeaderClassName
{
color: #B69039;
}
.AnyTagClassName
{
color: #B69039;
}
</style>
background-color css
<style>
a { background-color: #B69039; }
a { background-color: rgb(182,144,57); }
div.DivClassName
{
background-color: #B69039;
}
.BgClassName
{
background-color: #B69039;
}
</style>
border-color css
<style>
span { border-color: #B69039; }
span { border-color: rgb(182,144,57); }
td.TdClassName
{
border-color: #B69039;
}
.TagClassName
{
border-color: #B69039;
}
</style>