Shades of Gimblet #BCA96C
Tints of Gimblet #BCA96C
RGB
CMYK
RGB Variations
Color information
#BCA96C (or 0xBCA96C) is known color: Gimblet. HEX triplet: BC, A9 and 6C. RGB value is (188,169,108). Sum of RGB (Red+Green+Blue) = 188+169+108=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA96C is #435693. Grayscale: #A7A7A7. Windows color (decimal): -4413076 or 7121340. OLE color: 7121340.
HSL color Cylindrical-coordinate representation of color #BCA96C: hue angle of 45.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCA96C is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 169 | 108 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.26 |
| HSL | 45.75º | 0.37% | 0.58% | - |
| HSV(B) | 45.75º | 0.43% | 0.74% | - |
| XYZ | 37.63 | 40.15 | 19.95 | - |
| YUV | 167.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 108 | 0 | 0.10 | 0.43 | 0.26 | 45.75 | 0.37 | 0.58 |
| Hex | BC | A9 | 6C | 0 | A | 2B | 1A | 2E | 25 | 3A |
| Octal | 274 | 251 | 154 | 0 | 12 | 53 | 32 | 56 | 45 | 72 |
| Binary | 10111100 | 10101001 | 1101100 | 0 | 1010 | 101011 | 11010 | 101110 | 100101 | 111010 |
Color Harmonies of #BCA96C
Complementary color
Monochromatic Colors of #BCA96C
Black with #BCA96C
Text Example
Text Example
White with #BCA96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA96C; }
p { color: rgb(188,169,108); }
H1.HeaderClassName
{
color: #BCA96C;
}
.AnyTagClassName
{
color: #BCA96C;
}
</style>
background-color css
<style>
a { background-color: #BCA96C; }
a { background-color: rgb(188,169,108); }
div.DivClassName
{
background-color: #BCA96C;
}
.BgClassName
{
background-color: #BCA96C;
}
</style>
border-color css
<style>
span { border-color: #BCA96C; }
span { border-color: rgb(188,169,108); }
td.TdClassName
{
border-color: #BCA96C;
}
.TagClassName
{
border-color: #BCA96C;
}
</style>