Shades of Gimblet #BBA65D
Tints of Gimblet #BBA65D
RGB
CMYK
RGB Variations
Color information
#BBA65D (or 0xBBA65D) is known color: Gimblet. HEX triplet: BB, A6 and 5D. RGB value is (187,166,93). Sum of RGB (Red+Green+Blue) = 187+166+93=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA65D is #4459A2. Grayscale: #A4A4A4. Windows color (decimal): -4479395 or 6137531. OLE color: 6137531.
HSL color Cylindrical-coordinate representation of color #BBA65D: hue angle of 46.6º 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 #BBA65D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 93 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.27 |
| HSL | 46.6º | 0.41% | 0.55% | - |
| HSV(B) | 46.6º | 0.5% | 0.73% | - |
| XYZ | 36.11 | 38.63 | 15.91 | - |
| YUV | 163.96 | 87.96 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 93 | 0 | 0.11 | 0.50 | 0.27 | 46.6 | 0.41 | 0.55 |
| Hex | BB | A6 | 5D | 0 | B | 32 | 1B | 2F | 29 | 37 |
| Octal | 273 | 246 | 135 | 0 | 13 | 62 | 33 | 57 | 51 | 67 |
| Binary | 10111011 | 10100110 | 1011101 | 0 | 1011 | 110010 | 11011 | 101111 | 101001 | 110111 |
Color Harmonies of #BBA65D
Complementary color
Monochromatic Colors of #BBA65D
Black with #BBA65D
Text Example
Text Example
White with #BBA65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA65D; }
p { color: rgb(187,166,93); }
H1.HeaderClassName
{
color: #BBA65D;
}
.AnyTagClassName
{
color: #BBA65D;
}
</style>
background-color css
<style>
a { background-color: #BBA65D; }
a { background-color: rgb(187,166,93); }
div.DivClassName
{
background-color: #BBA65D;
}
.BgClassName
{
background-color: #BBA65D;
}
</style>
border-color css
<style>
span { border-color: #BBA65D; }
span { border-color: rgb(187,166,93); }
td.TdClassName
{
border-color: #BBA65D;
}
.TagClassName
{
border-color: #BBA65D;
}
</style>