Shades of Hokey Pokey #B69535
Tints of Hokey Pokey #B69535
RGB
CMYK
RGB Variations
Color information
#B69535 (or 0xB69535) is known color: Hokey Pokey. HEX triplet: B6, 95 and 35. RGB value is (182,149,53). Sum of RGB (Red+Green+Blue) = 182+149+53=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B69535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69535 is #496ACA. Grayscale: #949494. Windows color (decimal): -4811467 or 3511734. OLE color: 3511734.
HSL color Cylindrical-coordinate representation of color #B69535: hue angle of 44.65º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B69535 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 149 | 53 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.29 |
| HSL | 44.65º | 0.55% | 0.46% | - |
| HSV(B) | 44.65º | 0.71% | 0.71% | - |
| XYZ | 30.68 | 31.7 | 7.87 | - |
| YUV | 147.92 | 74.43 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 53 | 0 | 0.18 | 0.71 | 0.29 | 44.65 | 0.55 | 0.46 |
| Hex | B6 | 95 | 35 | 0 | 12 | 47 | 1D | 2D | 37 | 2E |
| Octal | 266 | 225 | 65 | 0 | 22 | 107 | 35 | 55 | 67 | 56 |
| Binary | 10110110 | 10010101 | 110101 | 0 | 10010 | 1000111 | 11101 | 101101 | 110111 | 101110 |
Color Harmonies of #B69535
Complementary color
Monochromatic Colors of #B69535
Black with #B69535
Text Example
Text Example
White with #B69535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69535; }
p { color: rgb(182,149,53); }
H1.HeaderClassName
{
color: #B69535;
}
.AnyTagClassName
{
color: #B69535;
}
</style>
background-color css
<style>
a { background-color: #B69535; }
a { background-color: rgb(182,149,53); }
div.DivClassName
{
background-color: #B69535;
}
.BgClassName
{
background-color: #B69535;
}
</style>
border-color css
<style>
span { border-color: #B69535; }
span { border-color: rgb(182,149,53); }
td.TdClassName
{
border-color: #B69535;
}
.TagClassName
{
border-color: #B69535;
}
</style>