Shades of Hokey Pokey #B89038
Tints of Hokey Pokey #B89038
RGB
CMYK
RGB Variations
Color information
#B89038 (or 0xB89038) is known color: Hokey Pokey. HEX triplet: B8, 90 and 38. RGB value is (184,144,56). Sum of RGB (Red+Green+Blue) = 184+144+56=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B89038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89038 is #476FC7. Grayscale: #929292. Windows color (decimal): -4681672 or 3707064. OLE color: 3707064.
HSL color Cylindrical-coordinate representation of color #B89038: hue angle of 41.25º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B89038 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 56 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.28 |
| HSL | 41.25º | 0.53% | 0.47% | - |
| HSV(B) | 41.25º | 0.7% | 0.72% | - |
| XYZ | 30.45 | 30.42 | 8.01 | - |
| YUV | 145.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 56 | 0 | 0.22 | 0.70 | 0.28 | 41.25 | 0.53 | 0.47 |
| Hex | B8 | 90 | 38 | 0 | 16 | 46 | 1C | 29 | 35 | 2F |
| Octal | 270 | 220 | 70 | 0 | 26 | 106 | 34 | 51 | 65 | 57 |
| Binary | 10111000 | 10010000 | 111000 | 0 | 10110 | 1000110 | 11100 | 101001 | 110101 | 101111 |
Color Harmonies of #B89038
Complementary color
Monochromatic Colors of #B89038
Black with #B89038
Text Example
Text Example
White with #B89038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89038; }
p { color: rgb(184,144,56); }
H1.HeaderClassName
{
color: #B89038;
}
.AnyTagClassName
{
color: #B89038;
}
</style>
background-color css
<style>
a { background-color: #B89038; }
a { background-color: rgb(184,144,56); }
div.DivClassName
{
background-color: #B89038;
}
.BgClassName
{
background-color: #B89038;
}
</style>
border-color css
<style>
span { border-color: #B89038; }
span { border-color: rgb(184,144,56); }
td.TdClassName
{
border-color: #B89038;
}
.TagClassName
{
border-color: #B89038;
}
</style>