Shades of Gimblet #BAAE5D
Tints of Gimblet #BAAE5D
RGB
CMYK
RGB Variations
Color information
#BAAE5D (or 0xBAAE5D) is known color: Gimblet. HEX triplet: BA, AE and 5D. RGB value is (186,174,93). Sum of RGB (Red+Green+Blue) = 186+174+93=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE5D is #4551A2. Grayscale: #A8A8A8. Windows color (decimal): -4542883 or 6139578. OLE color: 6139578.
HSL color Cylindrical-coordinate representation of color #BAAE5D: hue angle of 52.26º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAAE5D is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 93 | - |
| CMYK | 0 | 0.06 | 0.5 | 0.27 |
| HSL | 52.26º | 0.4% | 0.55% | - |
| HSV(B) | 52.26º | 0.5% | 0.73% | - |
| XYZ | 37.36 | 41.5 | 16.4 | - |
| YUV | 168.35 | 85.48 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 93 | 0 | 0.06 | 0.5 | 0.27 | 52.26 | 0.4 | 0.55 |
| Hex | BA | AE | 5D | 0 | 6 | 32 | 1B | 34 | 28 | 37 |
| Octal | 272 | 256 | 135 | 0 | 6 | 62 | 33 | 64 | 50 | 67 |
| Binary | 10111010 | 10101110 | 1011101 | 0 | 110 | 110010 | 11011 | 110100 | 101000 | 110111 |
Color Harmonies of #BAAE5D
Complementary color
Monochromatic Colors of #BAAE5D
Black with #BAAE5D
Text Example
Text Example
White with #BAAE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAE5D; }
p { color: rgb(186,174,93); }
H1.HeaderClassName
{
color: #BAAE5D;
}
.AnyTagClassName
{
color: #BAAE5D;
}
</style>
background-color css
<style>
a { background-color: #BAAE5D; }
a { background-color: rgb(186,174,93); }
div.DivClassName
{
background-color: #BAAE5D;
}
.BgClassName
{
background-color: #BAAE5D;
}
</style>
border-color css
<style>
span { border-color: #BAAE5D; }
span { border-color: rgb(186,174,93); }
td.TdClassName
{
border-color: #BAAE5D;
}
.TagClassName
{
border-color: #BAAE5D;
}
</style>