Shades of Gimblet #BBAE5A
Tints of Gimblet #BBAE5A
RGB
CMYK
RGB Variations
Color information
#BBAE5A (or 0xBBAE5A) is known color: Gimblet. HEX triplet: BB, AE and 5A. RGB value is (187,174,90). Sum of RGB (Red+Green+Blue) = 187+174+90=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE5A is #4451A5. Grayscale: #A8A8A8. Windows color (decimal): -4477350 or 5942971. OLE color: 5942971.
HSL color Cylindrical-coordinate representation of color #BBAE5A: hue angle of 51.96º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBAE5A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 90 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.27 |
| HSL | 51.96º | 0.42% | 0.54% | - |
| HSV(B) | 51.96º | 0.52% | 0.73% | - |
| XYZ | 37.48 | 41.58 | 15.72 | - |
| YUV | 168.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 90 | 0 | 0.07 | 0.52 | 0.27 | 51.96 | 0.42 | 0.54 |
| Hex | BB | AE | 5A | 0 | 7 | 34 | 1B | 34 | 2A | 36 |
| Octal | 273 | 256 | 132 | 0 | 7 | 64 | 33 | 64 | 52 | 66 |
| Binary | 10111011 | 10101110 | 1011010 | 0 | 111 | 110100 | 11011 | 110100 | 101010 | 110110 |
Color Harmonies of #BBAE5A
Complementary color
Monochromatic Colors of #BBAE5A
Black with #BBAE5A
Text Example
Text Example
White with #BBAE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE5A; }
p { color: rgb(187,174,90); }
H1.HeaderClassName
{
color: #BBAE5A;
}
.AnyTagClassName
{
color: #BBAE5A;
}
</style>
background-color css
<style>
a { background-color: #BBAE5A; }
a { background-color: rgb(187,174,90); }
div.DivClassName
{
background-color: #BBAE5A;
}
.BgClassName
{
background-color: #BBAE5A;
}
</style>
border-color css
<style>
span { border-color: #BBAE5A; }
span { border-color: rgb(187,174,90); }
td.TdClassName
{
border-color: #BBAE5A;
}
.TagClassName
{
border-color: #BBAE5A;
}
</style>