Shades of Hokey Pokey #B28831
Tints of Hokey Pokey #B28831
RGB
CMYK
RGB Variations
Color information
#B28831 (or 0xB28831) is known color: Hokey Pokey. HEX triplet: B2, 88 and 31. RGB value is (178,136,49). Sum of RGB (Red+Green+Blue) = 178+136+49=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B28831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28831 is #4D77CE. Grayscale: #8B8B8B. Windows color (decimal): -5076943 or 3246258. OLE color: 3246258.
HSL color Cylindrical-coordinate representation of color #B28831: hue angle of 40.47º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B28831 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 49 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.30 |
| HSL | 40.47º | 0.57% | 0.45% | - |
| HSV(B) | 40.47º | 0.72% | 0.7% | - |
| XYZ | 27.72 | 27.3 | 6.71 | - |
| YUV | 138.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 49 | 0 | 0.24 | 0.72 | 0.30 | 40.47 | 0.57 | 0.45 |
| Hex | B2 | 88 | 31 | 0 | 18 | 48 | 1E | 28 | 39 | 2D |
| Octal | 262 | 210 | 61 | 0 | 30 | 110 | 36 | 50 | 71 | 55 |
| Binary | 10110010 | 10001000 | 110001 | 0 | 11000 | 1001000 | 11110 | 101000 | 111001 | 101101 |
Color Harmonies of #B28831
Complementary color
Monochromatic Colors of #B28831
Black with #B28831
Text Example
Text Example
White with #B28831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28831; }
p { color: rgb(178,136,49); }
H1.HeaderClassName
{
color: #B28831;
}
.AnyTagClassName
{
color: #B28831;
}
</style>
background-color css
<style>
a { background-color: #B28831; }
a { background-color: rgb(178,136,49); }
div.DivClassName
{
background-color: #B28831;
}
.BgClassName
{
background-color: #B28831;
}
</style>
border-color css
<style>
span { border-color: #B28831; }
span { border-color: rgb(178,136,49); }
td.TdClassName
{
border-color: #B28831;
}
.TagClassName
{
border-color: #B28831;
}
</style>