Shades of Hokey Pokey #B28A30
Tints of Hokey Pokey #B28A30
RGB
CMYK
RGB Variations
Color information
#B28A30 (or 0xB28A30) is known color: Hokey Pokey. HEX triplet: B2, 8A and 30. RGB value is (178,138,48). Sum of RGB (Red+Green+Blue) = 178+138+48=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A30 is #4D75CF. Grayscale: #8C8C8C. Windows color (decimal): -5076432 or 3181234. OLE color: 3181234.
HSL color Cylindrical-coordinate representation of color #B28A30: hue angle of 41.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B28A30 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 48 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.30 |
| HSL | 41.54º | 0.58% | 0.44% | - |
| HSV(B) | 41.54º | 0.73% | 0.7% | - |
| XYZ | 27.98 | 27.86 | 6.7 | - |
| YUV | 139.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 48 | 0 | 0.22 | 0.73 | 0.30 | 41.54 | 0.58 | 0.44 |
| Hex | B2 | 8A | 30 | 0 | 16 | 49 | 1E | 2A | 3A | 2C |
| Octal | 262 | 212 | 60 | 0 | 26 | 111 | 36 | 52 | 72 | 54 |
| Binary | 10110010 | 10001010 | 110000 | 0 | 10110 | 1001001 | 11110 | 101010 | 111010 | 101100 |
Color Harmonies of #B28A30
Complementary color
Monochromatic Colors of #B28A30
Black with #B28A30
Text Example
Text Example
White with #B28A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A30; }
p { color: rgb(178,138,48); }
H1.HeaderClassName
{
color: #B28A30;
}
.AnyTagClassName
{
color: #B28A30;
}
</style>
background-color css
<style>
a { background-color: #B28A30; }
a { background-color: rgb(178,138,48); }
div.DivClassName
{
background-color: #B28A30;
}
.BgClassName
{
background-color: #B28A30;
}
</style>
border-color css
<style>
span { border-color: #B28A30; }
span { border-color: rgb(178,138,48); }
td.TdClassName
{
border-color: #B28A30;
}
.TagClassName
{
border-color: #B28A30;
}
</style>