Shades of Gimblet #BBA65C
Tints of Gimblet #BBA65C
RGB
CMYK
RGB Variations
Color information
#BBA65C (or 0xBBA65C) is known color: Gimblet. HEX triplet: BB, A6 and 5C. RGB value is (187,166,92). Sum of RGB (Red+Green+Blue) = 187+166+92=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA65C is #4459A3. Grayscale: #A4A4A4. Windows color (decimal): -4479396 or 6071995. OLE color: 6071995.
HSL color Cylindrical-coordinate representation of color #BBA65C: hue angle of 46.74º 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 #BBA65C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 92 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.27 |
| HSL | 46.74º | 0.41% | 0.55% | - |
| HSV(B) | 46.74º | 0.51% | 0.73% | - |
| XYZ | 36.06 | 38.61 | 15.68 | - |
| YUV | 163.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 92 | 0 | 0.11 | 0.51 | 0.27 | 46.74 | 0.41 | 0.55 |
| Hex | BB | A6 | 5C | 0 | B | 33 | 1B | 2F | 29 | 37 |
| Octal | 273 | 246 | 134 | 0 | 13 | 63 | 33 | 57 | 51 | 67 |
| Binary | 10111011 | 10100110 | 1011100 | 0 | 1011 | 110011 | 11011 | 101111 | 101001 | 110111 |
Color Harmonies of #BBA65C
Complementary color
Monochromatic Colors of #BBA65C
Black with #BBA65C
Text Example
Text Example
White with #BBA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA65C; }
p { color: rgb(187,166,92); }
H1.HeaderClassName
{
color: #BBA65C;
}
.AnyTagClassName
{
color: #BBA65C;
}
</style>
background-color css
<style>
a { background-color: #BBA65C; }
a { background-color: rgb(187,166,92); }
div.DivClassName
{
background-color: #BBA65C;
}
.BgClassName
{
background-color: #BBA65C;
}
</style>
border-color css
<style>
span { border-color: #BBA65C; }
span { border-color: rgb(187,166,92); }
td.TdClassName
{
border-color: #BBA65C;
}
.TagClassName
{
border-color: #BBA65C;
}
</style>