Shades of Hokey Pokey #B89835
Tints of Hokey Pokey #B89835
RGB
CMYK
RGB Variations
Color information
#B89835 (or 0xB89835) is known color: Hokey Pokey. HEX triplet: B8, 98 and 35. RGB value is (184,152,53). Sum of RGB (Red+Green+Blue) = 184+152+53=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B89835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89835 is #4767CA. Grayscale: #969696. Windows color (decimal): -4679627 or 3512504. OLE color: 3512504.
HSL color Cylindrical-coordinate representation of color #B89835: hue angle of 45.34º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B89835 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 53 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.28 |
| HSL | 45.34º | 0.55% | 0.46% | - |
| HSV(B) | 45.34º | 0.71% | 0.72% | - |
| XYZ | 31.64 | 32.9 | 8.05 | - |
| YUV | 150.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 53 | 0 | 0.17 | 0.71 | 0.28 | 45.34 | 0.55 | 0.46 |
| Hex | B8 | 98 | 35 | 0 | 11 | 47 | 1C | 2D | 37 | 2E |
| Octal | 270 | 230 | 65 | 0 | 21 | 107 | 34 | 55 | 67 | 56 |
| Binary | 10111000 | 10011000 | 110101 | 0 | 10001 | 1000111 | 11100 | 101101 | 110111 | 101110 |
Color Harmonies of #B89835
Complementary color
Monochromatic Colors of #B89835
Black with #B89835
Text Example
Text Example
White with #B89835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89835; }
p { color: rgb(184,152,53); }
H1.HeaderClassName
{
color: #B89835;
}
.AnyTagClassName
{
color: #B89835;
}
</style>
background-color css
<style>
a { background-color: #B89835; }
a { background-color: rgb(184,152,53); }
div.DivClassName
{
background-color: #B89835;
}
.BgClassName
{
background-color: #B89835;
}
</style>
border-color css
<style>
span { border-color: #B89835; }
span { border-color: rgb(184,152,53); }
td.TdClassName
{
border-color: #B89835;
}
.TagClassName
{
border-color: #B89835;
}
</style>