Shades of Gimblet #BBA75C
Tints of Gimblet #BBA75C
RGB
CMYK
RGB Variations
Color information
#BBA75C (or 0xBBA75C) is known color: Gimblet. HEX triplet: BB, A7 and 5C. RGB value is (187,167,92). Sum of RGB (Red+Green+Blue) = 187+167+92=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA75C is #4458A3. Grayscale: #A4A4A4. Windows color (decimal): -4479140 or 6072251. OLE color: 6072251.
HSL color Cylindrical-coordinate representation of color #BBA75C: hue angle of 47.37º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBA75C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 92 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.27 |
| HSL | 47.37º | 0.41% | 0.55% | - |
| HSV(B) | 47.37º | 0.51% | 0.73% | - |
| XYZ | 36.24 | 38.97 | 15.74 | - |
| YUV | 164.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 92 | 0 | 0.11 | 0.51 | 0.27 | 47.37 | 0.41 | 0.55 |
| Hex | BB | A7 | 5C | 0 | B | 33 | 1B | 2F | 29 | 37 |
| Octal | 273 | 247 | 134 | 0 | 13 | 63 | 33 | 57 | 51 | 67 |
| Binary | 10111011 | 10100111 | 1011100 | 0 | 1011 | 110011 | 11011 | 101111 | 101001 | 110111 |
Color Harmonies of #BBA75C
Complementary color
Monochromatic Colors of #BBA75C
Black with #BBA75C
Text Example
Text Example
White with #BBA75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA75C; }
p { color: rgb(187,167,92); }
H1.HeaderClassName
{
color: #BBA75C;
}
.AnyTagClassName
{
color: #BBA75C;
}
</style>
background-color css
<style>
a { background-color: #BBA75C; }
a { background-color: rgb(187,167,92); }
div.DivClassName
{
background-color: #BBA75C;
}
.BgClassName
{
background-color: #BBA75C;
}
</style>
border-color css
<style>
span { border-color: #BBA75C; }
span { border-color: rgb(187,167,92); }
td.TdClassName
{
border-color: #BBA75C;
}
.TagClassName
{
border-color: #BBA75C;
}
</style>