Shades of Hokey Pokey #B28A2C
Tints of Hokey Pokey #B28A2C
RGB
CMYK
RGB Variations
Color information
#B28A2C (or 0xB28A2C) is known color: Hokey Pokey. HEX triplet: B2, 8A and 2C. RGB value is (178,138,44). Sum of RGB (Red+Green+Blue) = 178+138+44=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A2C is #4D75D3. Grayscale: #8B8B8B. Windows color (decimal): -5076436 or 2919090. OLE color: 2919090.
HSL color Cylindrical-coordinate representation of color #B28A2C: hue angle of 42.09º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B28A2C is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 44 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.30 |
| HSL | 42.09º | 0.6% | 0.44% | - |
| HSV(B) | 42.09º | 0.75% | 0.7% | - |
| XYZ | 27.9 | 27.82 | 6.28 | - |
| YUV | 139.24 | 74.25 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 44 | 0 | 0.22 | 0.75 | 0.30 | 42.09 | 0.6 | 0.44 |
| Hex | B2 | 8A | 2C | 0 | 16 | 4B | 1E | 2A | 3C | 2C |
| Octal | 262 | 212 | 54 | 0 | 26 | 113 | 36 | 52 | 74 | 54 |
| Binary | 10110010 | 10001010 | 101100 | 0 | 10110 | 1001011 | 11110 | 101010 | 111100 | 101100 |
Color Harmonies of #B28A2C
Complementary color
Monochromatic Colors of #B28A2C
Black with #B28A2C
Text Example
Text Example
White with #B28A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A2C; }
p { color: rgb(178,138,44); }
H1.HeaderClassName
{
color: #B28A2C;
}
.AnyTagClassName
{
color: #B28A2C;
}
</style>
background-color css
<style>
a { background-color: #B28A2C; }
a { background-color: rgb(178,138,44); }
div.DivClassName
{
background-color: #B28A2C;
}
.BgClassName
{
background-color: #B28A2C;
}
</style>
border-color css
<style>
span { border-color: #B28A2C; }
span { border-color: rgb(178,138,44); }
td.TdClassName
{
border-color: #B28A2C;
}
.TagClassName
{
border-color: #B28A2C;
}
</style>