Shades of Gimblet #BCAE6A
Tints of Gimblet #BCAE6A
RGB
CMYK
RGB Variations
Color information
#BCAE6A (or 0xBCAE6A) is known color: Gimblet. HEX triplet: BC, AE and 6A. RGB value is (188,174,106). Sum of RGB (Red+Green+Blue) = 188+174+106=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE6A is #435195. Grayscale: #AAAAAA. Windows color (decimal): -4411798 or 6991548. OLE color: 6991548.
HSL color Cylindrical-coordinate representation of color #BCAE6A: hue angle of 49.76º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCAE6A is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 106 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.26 |
| HSL | 49.76º | 0.38% | 0.58% | - |
| HSV(B) | 49.76º | 0.44% | 0.74% | - |
| XYZ | 38.48 | 42 | 19.72 | - |
| YUV | 170.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 106 | 0 | 0.07 | 0.44 | 0.26 | 49.76 | 0.38 | 0.58 |
| Hex | BC | AE | 6A | 0 | 7 | 2C | 1A | 32 | 26 | 3A |
| Octal | 274 | 256 | 152 | 0 | 7 | 54 | 32 | 62 | 46 | 72 |
| Binary | 10111100 | 10101110 | 1101010 | 0 | 111 | 101100 | 11010 | 110010 | 100110 | 111010 |
Color Harmonies of #BCAE6A
Complementary color
Monochromatic Colors of #BCAE6A
Black with #BCAE6A
Text Example
Text Example
White with #BCAE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE6A; }
p { color: rgb(188,174,106); }
H1.HeaderClassName
{
color: #BCAE6A;
}
.AnyTagClassName
{
color: #BCAE6A;
}
</style>
background-color css
<style>
a { background-color: #BCAE6A; }
a { background-color: rgb(188,174,106); }
div.DivClassName
{
background-color: #BCAE6A;
}
.BgClassName
{
background-color: #BCAE6A;
}
</style>
border-color css
<style>
span { border-color: #BCAE6A; }
span { border-color: rgb(188,174,106); }
td.TdClassName
{
border-color: #BCAE6A;
}
.TagClassName
{
border-color: #BCAE6A;
}
</style>