Shades of Gimblet #BBAE5D
Tints of Gimblet #BBAE5D
RGB
CMYK
RGB Variations
Color information
#BBAE5D (or 0xBBAE5D) is known color: Gimblet. HEX triplet: BB, AE and 5D. RGB value is (187,174,93). Sum of RGB (Red+Green+Blue) = 187+174+93=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE5D is #4451A2. Grayscale: #A8A8A8. Windows color (decimal): -4477347 or 6139579. OLE color: 6139579.
HSL color Cylindrical-coordinate representation of color #BBAE5D: hue angle of 51.7º 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 #BBAE5D is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 93 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.27 |
| HSL | 51.7º | 0.41% | 0.55% | - |
| HSV(B) | 51.7º | 0.5% | 0.73% | - |
| XYZ | 37.61 | 41.63 | 16.41 | - |
| YUV | 168.65 | 85.31 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 93 | 0 | 0.07 | 0.50 | 0.27 | 51.7 | 0.41 | 0.55 |
| Hex | BB | AE | 5D | 0 | 7 | 32 | 1B | 34 | 29 | 37 |
| Octal | 273 | 256 | 135 | 0 | 7 | 62 | 33 | 64 | 51 | 67 |
| Binary | 10111011 | 10101110 | 1011101 | 0 | 111 | 110010 | 11011 | 110100 | 101001 | 110111 |
Color Harmonies of #BBAE5D
Complementary color
Monochromatic Colors of #BBAE5D
Black with #BBAE5D
Text Example
Text Example
White with #BBAE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE5D; }
p { color: rgb(187,174,93); }
H1.HeaderClassName
{
color: #BBAE5D;
}
.AnyTagClassName
{
color: #BBAE5D;
}
</style>
background-color css
<style>
a { background-color: #BBAE5D; }
a { background-color: rgb(187,174,93); }
div.DivClassName
{
background-color: #BBAE5D;
}
.BgClassName
{
background-color: #BBAE5D;
}
</style>
border-color css
<style>
span { border-color: #BBAE5D; }
span { border-color: rgb(187,174,93); }
td.TdClassName
{
border-color: #BBAE5D;
}
.TagClassName
{
border-color: #BBAE5D;
}
</style>