Shades of Hokey Pokey #B88C32
Tints of Hokey Pokey #B88C32
RGB
CMYK
RGB Variations
Color information
#B88C32 (or 0xB88C32) is known color: Hokey Pokey. HEX triplet: B8, 8C and 32. RGB value is (184,140,50). Sum of RGB (Red+Green+Blue) = 184+140+50=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88C32 is #4773CD. Grayscale: #8F8F8F. Windows color (decimal): -4682702 or 3312824. OLE color: 3312824.
HSL color Cylindrical-coordinate representation of color #B88C32: hue angle of 40.3º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B88C32 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 50 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.28 |
| HSL | 40.3º | 0.57% | 0.46% | - |
| HSV(B) | 40.3º | 0.73% | 0.72% | - |
| XYZ | 29.72 | 29.18 | 7.08 | - |
| YUV | 142.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 50 | 0 | 0.24 | 0.73 | 0.28 | 40.3 | 0.57 | 0.46 |
| Hex | B8 | 8C | 32 | 0 | 18 | 49 | 1C | 28 | 39 | 2E |
| Octal | 270 | 214 | 62 | 0 | 30 | 111 | 34 | 50 | 71 | 56 |
| Binary | 10111000 | 10001100 | 110010 | 0 | 11000 | 1001001 | 11100 | 101000 | 111001 | 101110 |
Color Harmonies of #B88C32
Complementary color
Monochromatic Colors of #B88C32
Black with #B88C32
Text Example
Text Example
White with #B88C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C32; }
p { color: rgb(184,140,50); }
H1.HeaderClassName
{
color: #B88C32;
}
.AnyTagClassName
{
color: #B88C32;
}
</style>
background-color css
<style>
a { background-color: #B88C32; }
a { background-color: rgb(184,140,50); }
div.DivClassName
{
background-color: #B88C32;
}
.BgClassName
{
background-color: #B88C32;
}
</style>
border-color css
<style>
span { border-color: #B88C32; }
span { border-color: rgb(184,140,50); }
td.TdClassName
{
border-color: #B88C32;
}
.TagClassName
{
border-color: #B88C32;
}
</style>