Shades of Hokey Pokey #B28A32
Tints of Hokey Pokey #B28A32
RGB
CMYK
RGB Variations
Color information
#B28A32 (or 0xB28A32) is known color: Hokey Pokey. HEX triplet: B2, 8A and 32. RGB value is (178,138,50). Sum of RGB (Red+Green+Blue) = 178+138+50=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A32 is #4D75CD. Grayscale: #8C8C8C. Windows color (decimal): -5076430 or 3312306. OLE color: 3312306.
HSL color Cylindrical-coordinate representation of color #B28A32: hue angle of 41.25º degrees, saturation: 0.56, 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 #B28A32 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 50 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.30 |
| HSL | 41.25º | 0.56% | 0.45% | - |
| HSV(B) | 41.25º | 0.72% | 0.7% | - |
| XYZ | 28.02 | 27.87 | 6.92 | - |
| YUV | 139.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 50 | 0 | 0.22 | 0.72 | 0.30 | 41.25 | 0.56 | 0.45 |
| Hex | B2 | 8A | 32 | 0 | 16 | 48 | 1E | 29 | 38 | 2D |
| Octal | 262 | 212 | 62 | 0 | 26 | 110 | 36 | 51 | 70 | 55 |
| Binary | 10110010 | 10001010 | 110010 | 0 | 10110 | 1001000 | 11110 | 101001 | 111000 | 101101 |
Color Harmonies of #B28A32
Complementary color
Monochromatic Colors of #B28A32
Black with #B28A32
Text Example
Text Example
White with #B28A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A32; }
p { color: rgb(178,138,50); }
H1.HeaderClassName
{
color: #B28A32;
}
.AnyTagClassName
{
color: #B28A32;
}
</style>
background-color css
<style>
a { background-color: #B28A32; }
a { background-color: rgb(178,138,50); }
div.DivClassName
{
background-color: #B28A32;
}
.BgClassName
{
background-color: #B28A32;
}
</style>
border-color css
<style>
span { border-color: #B28A32; }
span { border-color: rgb(178,138,50); }
td.TdClassName
{
border-color: #B28A32;
}
.TagClassName
{
border-color: #B28A32;
}
</style>