Shades of Gimblet #BBA760
Tints of Gimblet #BBA760
RGB
CMYK
RGB Variations
Color information
#BBA760 (or 0xBBA760) is known color: Gimblet. HEX triplet: BB, A7 and 60. RGB value is (187,167,96). Sum of RGB (Red+Green+Blue) = 187+167+96=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA760 is #44589F. Grayscale: #A5A5A5. Windows color (decimal): -4479136 or 6334395. OLE color: 6334395.
HSL color Cylindrical-coordinate representation of color #BBA760: hue angle of 46.81º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBA760 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 96 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.27 |
| HSL | 46.81º | 0.4% | 0.55% | - |
| HSV(B) | 46.81º | 0.49% | 0.73% | - |
| XYZ | 36.42 | 39.05 | 16.68 | - |
| YUV | 164.89 | 89.13 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 96 | 0 | 0.11 | 0.49 | 0.27 | 46.81 | 0.4 | 0.55 |
| Hex | BB | A7 | 60 | 0 | B | 31 | 1B | 2F | 28 | 37 |
| Octal | 273 | 247 | 140 | 0 | 13 | 61 | 33 | 57 | 50 | 67 |
| Binary | 10111011 | 10100111 | 1100000 | 0 | 1011 | 110001 | 11011 | 101111 | 101000 | 110111 |
Color Harmonies of #BBA760
Complementary color
Monochromatic Colors of #BBA760
Black with #BBA760
Text Example
Text Example
White with #BBA760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA760; }
p { color: rgb(187,167,96); }
H1.HeaderClassName
{
color: #BBA760;
}
.AnyTagClassName
{
color: #BBA760;
}
</style>
background-color css
<style>
a { background-color: #BBA760; }
a { background-color: rgb(187,167,96); }
div.DivClassName
{
background-color: #BBA760;
}
.BgClassName
{
background-color: #BBA760;
}
</style>
border-color css
<style>
span { border-color: #BBA760; }
span { border-color: rgb(187,167,96); }
td.TdClassName
{
border-color: #BBA760;
}
.TagClassName
{
border-color: #BBA760;
}
</style>