Shades of Gimblet #BBA55F
Tints of Gimblet #BBA55F
RGB
CMYK
RGB Variations
Color information
#BBA55F (or 0xBBA55F) is known color: Gimblet. HEX triplet: BB, A5 and 5F. RGB value is (187,165,95). Sum of RGB (Red+Green+Blue) = 187+165+95=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA55F is #445AA0. Grayscale: #A3A3A3. Windows color (decimal): -4479649 or 6268347. OLE color: 6268347.
HSL color Cylindrical-coordinate representation of color #BBA55F: hue angle of 45.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBA55F is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 95 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.27 |
| HSL | 45.65º | 0.4% | 0.55% | - |
| HSV(B) | 45.65º | 0.49% | 0.73% | - |
| XYZ | 36.01 | 38.3 | 16.32 | - |
| YUV | 163.6 | 89.29 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 95 | 0 | 0.12 | 0.49 | 0.27 | 45.65 | 0.4 | 0.55 |
| Hex | BB | A5 | 5F | 0 | C | 31 | 1B | 2E | 28 | 37 |
| Octal | 273 | 245 | 137 | 0 | 14 | 61 | 33 | 56 | 50 | 67 |
| Binary | 10111011 | 10100101 | 1011111 | 0 | 1100 | 110001 | 11011 | 101110 | 101000 | 110111 |
Color Harmonies of #BBA55F
Complementary color
Monochromatic Colors of #BBA55F
Black with #BBA55F
Text Example
Text Example
White with #BBA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA55F; }
p { color: rgb(187,165,95); }
H1.HeaderClassName
{
color: #BBA55F;
}
.AnyTagClassName
{
color: #BBA55F;
}
</style>
background-color css
<style>
a { background-color: #BBA55F; }
a { background-color: rgb(187,165,95); }
div.DivClassName
{
background-color: #BBA55F;
}
.BgClassName
{
background-color: #BBA55F;
}
</style>
border-color css
<style>
span { border-color: #BBA55F; }
span { border-color: rgb(187,165,95); }
td.TdClassName
{
border-color: #BBA55F;
}
.TagClassName
{
border-color: #BBA55F;
}
</style>