Shades of Gimblet #BBAC5B
Tints of Gimblet #BBAC5B
RGB
CMYK
RGB Variations
Color information
#BBAC5B (or 0xBBAC5B) is known color: Gimblet. HEX triplet: BB, AC and 5B. RGB value is (187,172,91). Sum of RGB (Red+Green+Blue) = 187+172+91=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC5B is #4453A4. Grayscale: #A7A7A7. Windows color (decimal): -4477861 or 6007995. OLE color: 6007995.
HSL color Cylindrical-coordinate representation of color #BBAC5B: hue angle of 50.62º 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 #BBAC5B is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 91 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.27 |
| HSL | 50.63º | 0.41% | 0.55% | - |
| HSV(B) | 50.63º | 0.51% | 0.73% | - |
| XYZ | 37.13 | 40.83 | 15.82 | - |
| YUV | 167.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 91 | 0 | 0.08 | 0.51 | 0.27 | 50.63 | 0.41 | 0.55 |
| Hex | BB | AC | 5B | 0 | 8 | 33 | 1B | 33 | 29 | 37 |
| Octal | 273 | 254 | 133 | 0 | 10 | 63 | 33 | 63 | 51 | 67 |
| Binary | 10111011 | 10101100 | 1011011 | 0 | 1000 | 110011 | 11011 | 110011 | 101001 | 110111 |
Color Harmonies of #BBAC5B
Complementary color
Monochromatic Colors of #BBAC5B
Black with #BBAC5B
Text Example
Text Example
White with #BBAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC5B; }
p { color: rgb(187,172,91); }
H1.HeaderClassName
{
color: #BBAC5B;
}
.AnyTagClassName
{
color: #BBAC5B;
}
</style>
background-color css
<style>
a { background-color: #BBAC5B; }
a { background-color: rgb(187,172,91); }
div.DivClassName
{
background-color: #BBAC5B;
}
.BgClassName
{
background-color: #BBAC5B;
}
</style>
border-color css
<style>
span { border-color: #BBAC5B; }
span { border-color: rgb(187,172,91); }
td.TdClassName
{
border-color: #BBAC5B;
}
.TagClassName
{
border-color: #BBAC5B;
}
</style>