Shades of Gimblet #BBAE5E
Tints of Gimblet #BBAE5E
RGB
CMYK
RGB Variations
Color information
#BBAE5E (or 0xBBAE5E) is known color: Gimblet. HEX triplet: BB, AE and 5E. RGB value is (187,174,94). Sum of RGB (Red+Green+Blue) = 187+174+94=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE5E is #4451A1. Grayscale: #A9A9A9. Windows color (decimal): -4477346 or 6205115. OLE color: 6205115.
HSL color Cylindrical-coordinate representation of color #BBAE5E: hue angle of 51.61º degrees, saturation: 0.41, 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 #BBAE5E is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 94 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.27 |
| HSL | 51.61º | 0.41% | 0.55% | - |
| HSV(B) | 51.61º | 0.5% | 0.73% | - |
| XYZ | 37.65 | 41.65 | 16.64 | - |
| YUV | 168.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 94 | 0 | 0.07 | 0.50 | 0.27 | 51.61 | 0.41 | 0.55 |
| Hex | BB | AE | 5E | 0 | 7 | 32 | 1B | 34 | 29 | 37 |
| Octal | 273 | 256 | 136 | 0 | 7 | 62 | 33 | 64 | 51 | 67 |
| Binary | 10111011 | 10101110 | 1011110 | 0 | 111 | 110010 | 11011 | 110100 | 101001 | 110111 |
Color Harmonies of #BBAE5E
Complementary color
Monochromatic Colors of #BBAE5E
Black with #BBAE5E
Text Example
Text Example
White with #BBAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE5E; }
p { color: rgb(187,174,94); }
H1.HeaderClassName
{
color: #BBAE5E;
}
.AnyTagClassName
{
color: #BBAE5E;
}
</style>
background-color css
<style>
a { background-color: #BBAE5E; }
a { background-color: rgb(187,174,94); }
div.DivClassName
{
background-color: #BBAE5E;
}
.BgClassName
{
background-color: #BBAE5E;
}
</style>
border-color css
<style>
span { border-color: #BBAE5E; }
span { border-color: rgb(187,174,94); }
td.TdClassName
{
border-color: #BBAE5E;
}
.TagClassName
{
border-color: #BBAE5E;
}
</style>