Shades of Gimblet #BBAD5C
Tints of Gimblet #BBAD5C
RGB
CMYK
RGB Variations
Color information
#BBAD5C (or 0xBBAD5C) is known color: Gimblet. HEX triplet: BB, AD and 5C. RGB value is (187,173,92). Sum of RGB (Red+Green+Blue) = 187+173+92=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD5C is #4452A3. Grayscale: #A8A8A8. Windows color (decimal): -4477604 or 6073787. OLE color: 6073787.
HSL color Cylindrical-coordinate representation of color #BBAD5C: hue angle of 51.16º 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 #BBAD5C is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 92 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.27 |
| HSL | 51.16º | 0.41% | 0.55% | - |
| HSV(B) | 51.16º | 0.51% | 0.73% | - |
| XYZ | 37.37 | 41.22 | 16.11 | - |
| YUV | 167.95 | 85.14 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 92 | 0 | 0.07 | 0.51 | 0.27 | 51.16 | 0.41 | 0.55 |
| Hex | BB | AD | 5C | 0 | 7 | 33 | 1B | 33 | 29 | 37 |
| Octal | 273 | 255 | 134 | 0 | 7 | 63 | 33 | 63 | 51 | 67 |
| Binary | 10111011 | 10101101 | 1011100 | 0 | 111 | 110011 | 11011 | 110011 | 101001 | 110111 |
Color Harmonies of #BBAD5C
Complementary color
Monochromatic Colors of #BBAD5C
Black with #BBAD5C
Text Example
Text Example
White with #BBAD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD5C; }
p { color: rgb(187,173,92); }
H1.HeaderClassName
{
color: #BBAD5C;
}
.AnyTagClassName
{
color: #BBAD5C;
}
</style>
background-color css
<style>
a { background-color: #BBAD5C; }
a { background-color: rgb(187,173,92); }
div.DivClassName
{
background-color: #BBAD5C;
}
.BgClassName
{
background-color: #BBAD5C;
}
</style>
border-color css
<style>
span { border-color: #BBAD5C; }
span { border-color: rgb(187,173,92); }
td.TdClassName
{
border-color: #BBAD5C;
}
.TagClassName
{
border-color: #BBAD5C;
}
</style>