Shades of Gimblet #BCAA6D
Tints of Gimblet #BCAA6D
RGB
CMYK
RGB Variations
Color information
#BCAA6D (or 0xBCAA6D) is known color: Gimblet. HEX triplet: BC, AA and 6D. RGB value is (188,170,109). Sum of RGB (Red+Green+Blue) = 188+170+109=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA6D is #435592. Grayscale: #A8A8A8. Windows color (decimal): -4412819 or 7187132. OLE color: 7187132.
HSL color Cylindrical-coordinate representation of color #BCAA6D: hue angle of 46.33º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCAA6D is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 109 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.26 |
| HSL | 46.33º | 0.37% | 0.58% | - |
| HSV(B) | 46.33º | 0.42% | 0.74% | - |
| XYZ | 37.87 | 40.54 | 20.3 | - |
| YUV | 168.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 109 | 0 | 0.10 | 0.42 | 0.26 | 46.33 | 0.37 | 0.58 |
| Hex | BC | AA | 6D | 0 | A | 2A | 1A | 2E | 25 | 3A |
| Octal | 274 | 252 | 155 | 0 | 12 | 52 | 32 | 56 | 45 | 72 |
| Binary | 10111100 | 10101010 | 1101101 | 0 | 1010 | 101010 | 11010 | 101110 | 100101 | 111010 |
Color Harmonies of #BCAA6D
Complementary color
Monochromatic Colors of #BCAA6D
Black with #BCAA6D
Text Example
Text Example
White with #BCAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA6D; }
p { color: rgb(188,170,109); }
H1.HeaderClassName
{
color: #BCAA6D;
}
.AnyTagClassName
{
color: #BCAA6D;
}
</style>
background-color css
<style>
a { background-color: #BCAA6D; }
a { background-color: rgb(188,170,109); }
div.DivClassName
{
background-color: #BCAA6D;
}
.BgClassName
{
background-color: #BCAA6D;
}
</style>
border-color css
<style>
span { border-color: #BCAA6D; }
span { border-color: rgb(188,170,109); }
td.TdClassName
{
border-color: #BCAA6D;
}
.TagClassName
{
border-color: #BCAA6D;
}
</style>