Shades of Gimblet #BCAA58
Tints of Gimblet #BCAA58
RGB
CMYK
RGB Variations
Color information
#BCAA58 (or 0xBCAA58) is known color: Gimblet. HEX triplet: BC, AA and 58. RGB value is (188,170,88). Sum of RGB (Red+Green+Blue) = 188+170+88=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA58 is #4355A7. Grayscale: #A6A6A6. Windows color (decimal): -4412840 or 5810876. OLE color: 5810876.
HSL color Cylindrical-coordinate representation of color #BCAA58: hue angle of 49.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCAA58 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 88 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.26 |
| HSL | 49.2º | 0.43% | 0.54% | - |
| HSV(B) | 49.2º | 0.53% | 0.74% | - |
| XYZ | 36.88 | 40.15 | 15.04 | - |
| YUV | 166.03 | 83.96 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 88 | 0 | 0.10 | 0.53 | 0.26 | 49.2 | 0.43 | 0.54 |
| Hex | BC | AA | 58 | 0 | A | 35 | 1A | 31 | 2B | 36 |
| Octal | 274 | 252 | 130 | 0 | 12 | 65 | 32 | 61 | 53 | 66 |
| Binary | 10111100 | 10101010 | 1011000 | 0 | 1010 | 110101 | 11010 | 110001 | 101011 | 110110 |
Color Harmonies of #BCAA58
Complementary color
Monochromatic Colors of #BCAA58
Black with #BCAA58
Text Example
Text Example
White with #BCAA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA58; }
p { color: rgb(188,170,88); }
H1.HeaderClassName
{
color: #BCAA58;
}
.AnyTagClassName
{
color: #BCAA58;
}
</style>
background-color css
<style>
a { background-color: #BCAA58; }
a { background-color: rgb(188,170,88); }
div.DivClassName
{
background-color: #BCAA58;
}
.BgClassName
{
background-color: #BCAA58;
}
</style>
border-color css
<style>
span { border-color: #BCAA58; }
span { border-color: rgb(188,170,88); }
td.TdClassName
{
border-color: #BCAA58;
}
.TagClassName
{
border-color: #BCAA58;
}
</style>