Shades of Hokey Pokey #B89433
Tints of Hokey Pokey #B89433
RGB
CMYK
RGB Variations
Color information
#B89433 (or 0xB89433) is known color: Hokey Pokey. HEX triplet: B8, 94 and 33. RGB value is (184,148,51). Sum of RGB (Red+Green+Blue) = 184+148+51=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B89433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89433 is #476BCC. Grayscale: #949494. Windows color (decimal): -4680653 or 3380408. OLE color: 3380408.
HSL color Cylindrical-coordinate representation of color #B89433: hue angle of 43.76º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B89433 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 51 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.28 |
| HSL | 43.76º | 0.57% | 0.46% | - |
| HSV(B) | 43.76º | 0.72% | 0.72% | - |
| XYZ | 30.95 | 31.61 | 7.6 | - |
| YUV | 147.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 51 | 0 | 0.20 | 0.72 | 0.28 | 43.76 | 0.57 | 0.46 |
| Hex | B8 | 94 | 33 | 0 | 14 | 48 | 1C | 2C | 39 | 2E |
| Octal | 270 | 224 | 63 | 0 | 24 | 110 | 34 | 54 | 71 | 56 |
| Binary | 10111000 | 10010100 | 110011 | 0 | 10100 | 1001000 | 11100 | 101100 | 111001 | 101110 |
Color Harmonies of #B89433
Complementary color
Monochromatic Colors of #B89433
Black with #B89433
Text Example
Text Example
White with #B89433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89433; }
p { color: rgb(184,148,51); }
H1.HeaderClassName
{
color: #B89433;
}
.AnyTagClassName
{
color: #B89433;
}
</style>
background-color css
<style>
a { background-color: #B89433; }
a { background-color: rgb(184,148,51); }
div.DivClassName
{
background-color: #B89433;
}
.BgClassName
{
background-color: #B89433;
}
</style>
border-color css
<style>
span { border-color: #B89433; }
span { border-color: rgb(184,148,51); }
td.TdClassName
{
border-color: #B89433;
}
.TagClassName
{
border-color: #B89433;
}
</style>