Shades of Gimblet #BBAA5D
Tints of Gimblet #BBAA5D
RGB
CMYK
RGB Variations
Color information
#BBAA5D (or 0xBBAA5D) is known color: Gimblet. HEX triplet: BB, AA and 5D. RGB value is (187,170,93). Sum of RGB (Red+Green+Blue) = 187+170+93=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA5D is #4455A2. Grayscale: #A6A6A6. Windows color (decimal): -4478371 or 6138555. OLE color: 6138555.
HSL color Cylindrical-coordinate representation of color #BBAA5D: hue angle of 49.15º 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 #BBAA5D is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 93 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.27 |
| HSL | 49.15º | 0.41% | 0.55% | - |
| HSV(B) | 49.15º | 0.5% | 0.73% | - |
| XYZ | 36.84 | 40.1 | 16.15 | - |
| YUV | 166.31 | 86.63 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 93 | 0 | 0.09 | 0.50 | 0.27 | 49.15 | 0.41 | 0.55 |
| Hex | BB | AA | 5D | 0 | 9 | 32 | 1B | 31 | 29 | 37 |
| Octal | 273 | 252 | 135 | 0 | 11 | 62 | 33 | 61 | 51 | 67 |
| Binary | 10111011 | 10101010 | 1011101 | 0 | 1001 | 110010 | 11011 | 110001 | 101001 | 110111 |
Color Harmonies of #BBAA5D
Complementary color
Monochromatic Colors of #BBAA5D
Black with #BBAA5D
Text Example
Text Example
White with #BBAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA5D; }
p { color: rgb(187,170,93); }
H1.HeaderClassName
{
color: #BBAA5D;
}
.AnyTagClassName
{
color: #BBAA5D;
}
</style>
background-color css
<style>
a { background-color: #BBAA5D; }
a { background-color: rgb(187,170,93); }
div.DivClassName
{
background-color: #BBAA5D;
}
.BgClassName
{
background-color: #BBAA5D;
}
</style>
border-color css
<style>
span { border-color: #BBAA5D; }
span { border-color: rgb(187,170,93); }
td.TdClassName
{
border-color: #BBAA5D;
}
.TagClassName
{
border-color: #BBAA5D;
}
</style>