Shades of Gimblet #BBA75D
Tints of Gimblet #BBA75D
RGB
CMYK
RGB Variations
Color information
#BBA75D (or 0xBBA75D) is known color: Gimblet. HEX triplet: BB, A7 and 5D. RGB value is (187,167,93). Sum of RGB (Red+Green+Blue) = 187+167+93=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA75D is #4458A2. Grayscale: #A4A4A4. Windows color (decimal): -4479139 or 6137787. OLE color: 6137787.
HSL color Cylindrical-coordinate representation of color #BBA75D: hue angle of 47.23º 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 #BBA75D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 93 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.27 |
| HSL | 47.23º | 0.41% | 0.55% | - |
| HSV(B) | 47.23º | 0.5% | 0.73% | - |
| XYZ | 36.29 | 38.99 | 15.97 | - |
| YUV | 164.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 93 | 0 | 0.11 | 0.50 | 0.27 | 47.23 | 0.41 | 0.55 |
| Hex | BB | A7 | 5D | 0 | B | 32 | 1B | 2F | 29 | 37 |
| Octal | 273 | 247 | 135 | 0 | 13 | 62 | 33 | 57 | 51 | 67 |
| Binary | 10111011 | 10100111 | 1011101 | 0 | 1011 | 110010 | 11011 | 101111 | 101001 | 110111 |
Color Harmonies of #BBA75D
Complementary color
Monochromatic Colors of #BBA75D
Black with #BBA75D
Text Example
Text Example
White with #BBA75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA75D; }
p { color: rgb(187,167,93); }
H1.HeaderClassName
{
color: #BBA75D;
}
.AnyTagClassName
{
color: #BBA75D;
}
</style>
background-color css
<style>
a { background-color: #BBA75D; }
a { background-color: rgb(187,167,93); }
div.DivClassName
{
background-color: #BBA75D;
}
.BgClassName
{
background-color: #BBA75D;
}
</style>
border-color css
<style>
span { border-color: #BBA75D; }
span { border-color: rgb(187,167,93); }
td.TdClassName
{
border-color: #BBA75D;
}
.TagClassName
{
border-color: #BBA75D;
}
</style>