Shades of Hokey Pokey #B89435
Tints of Hokey Pokey #B89435
RGB
CMYK
RGB Variations
Color information
#B89435 (or 0xB89435) is known color: Hokey Pokey. HEX triplet: B8, 94 and 35. RGB value is (184,148,53). Sum of RGB (Red+Green+Blue) = 184+148+53=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B89435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89435 is #476BCA. Grayscale: #949494. Windows color (decimal): -4680651 or 3511480. OLE color: 3511480.
HSL color Cylindrical-coordinate representation of color #B89435: hue angle of 43.51º 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 #B89435 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 53 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.28 |
| HSL | 43.51º | 0.55% | 0.46% | - |
| HSV(B) | 43.51º | 0.71% | 0.72% | - |
| XYZ | 31 | 31.63 | 7.84 | - |
| YUV | 147.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 53 | 0 | 0.20 | 0.71 | 0.28 | 43.51 | 0.55 | 0.46 |
| Hex | B8 | 94 | 35 | 0 | 14 | 47 | 1C | 2C | 37 | 2E |
| Octal | 270 | 224 | 65 | 0 | 24 | 107 | 34 | 54 | 67 | 56 |
| Binary | 10111000 | 10010100 | 110101 | 0 | 10100 | 1000111 | 11100 | 101100 | 110111 | 101110 |
Color Harmonies of #B89435
Complementary color
Monochromatic Colors of #B89435
Black with #B89435
Text Example
Text Example
White with #B89435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89435; }
p { color: rgb(184,148,53); }
H1.HeaderClassName
{
color: #B89435;
}
.AnyTagClassName
{
color: #B89435;
}
</style>
background-color css
<style>
a { background-color: #B89435; }
a { background-color: rgb(184,148,53); }
div.DivClassName
{
background-color: #B89435;
}
.BgClassName
{
background-color: #B89435;
}
</style>
border-color css
<style>
span { border-color: #B89435; }
span { border-color: rgb(184,148,53); }
td.TdClassName
{
border-color: #B89435;
}
.TagClassName
{
border-color: #B89435;
}
</style>