Shades of Hokey Pokey #BC8633
Tints of Hokey Pokey #BC8633
RGB
CMYK
RGB Variations
Color information
#BC8633 (or 0xBC8633) is known color: Hokey Pokey. HEX triplet: BC, 86 and 33. RGB value is (188,134,51). Sum of RGB (Red+Green+Blue) = 188+134+51=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8633 is #4379CC. Grayscale: #8D8D8D. Windows color (decimal): -4422093 or 3376828. OLE color: 3376828.
HSL color Cylindrical-coordinate representation of color #BC8633: hue angle of 36.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC8633 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 51 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.26 |
| HSL | 36.35º | 0.57% | 0.47% | - |
| HSV(B) | 36.35º | 0.73% | 0.74% | - |
| XYZ | 29.86 | 27.98 | 6.96 | - |
| YUV | 140.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 51 | 0 | 0.29 | 0.73 | 0.26 | 36.35 | 0.57 | 0.47 |
| Hex | BC | 86 | 33 | 0 | 1D | 49 | 1A | 24 | 39 | 2F |
| Octal | 274 | 206 | 63 | 0 | 35 | 111 | 32 | 44 | 71 | 57 |
| Binary | 10111100 | 10000110 | 110011 | 0 | 11101 | 1001001 | 11010 | 100100 | 111001 | 101111 |
Color Harmonies of #BC8633
Complementary color
Monochromatic Colors of #BC8633
Black with #BC8633
Text Example
Text Example
White with #BC8633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8633; }
p { color: rgb(188,134,51); }
H1.HeaderClassName
{
color: #BC8633;
}
.AnyTagClassName
{
color: #BC8633;
}
</style>
background-color css
<style>
a { background-color: #BC8633; }
a { background-color: rgb(188,134,51); }
div.DivClassName
{
background-color: #BC8633;
}
.BgClassName
{
background-color: #BC8633;
}
</style>
border-color css
<style>
span { border-color: #BC8633; }
span { border-color: rgb(188,134,51); }
td.TdClassName
{
border-color: #BC8633;
}
.TagClassName
{
border-color: #BC8633;
}
</style>