Shades of Gimblet #BBB05D
Tints of Gimblet #BBB05D
RGB
CMYK
RGB Variations
Color information
#BBB05D (or 0xBBB05D) is known color: Gimblet. HEX triplet: BB, B0 and 5D. RGB value is (187,176,93). Sum of RGB (Red+Green+Blue) = 187+176+93=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB05D is #444FA2. Grayscale: #AAAAAA. Windows color (decimal): -4476835 or 6140091. OLE color: 6140091.
HSL color Cylindrical-coordinate representation of color #BBB05D: hue angle of 52.98º 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 #BBB05D is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 93 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.27 |
| HSL | 52.98º | 0.41% | 0.55% | - |
| HSV(B) | 52.98º | 0.5% | 0.73% | - |
| XYZ | 37.99 | 42.41 | 16.54 | - |
| YUV | 169.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 93 | 0 | 0.06 | 0.50 | 0.27 | 52.98 | 0.41 | 0.55 |
| Hex | BB | B0 | 5D | 0 | 6 | 32 | 1B | 35 | 29 | 37 |
| Octal | 273 | 260 | 135 | 0 | 6 | 62 | 33 | 65 | 51 | 67 |
| Binary | 10111011 | 10110000 | 1011101 | 0 | 110 | 110010 | 11011 | 110101 | 101001 | 110111 |
Color Harmonies of #BBB05D
Complementary color
Monochromatic Colors of #BBB05D
Black with #BBB05D
Text Example
Text Example
White with #BBB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB05D; }
p { color: rgb(187,176,93); }
H1.HeaderClassName
{
color: #BBB05D;
}
.AnyTagClassName
{
color: #BBB05D;
}
</style>
background-color css
<style>
a { background-color: #BBB05D; }
a { background-color: rgb(187,176,93); }
div.DivClassName
{
background-color: #BBB05D;
}
.BgClassName
{
background-color: #BBB05D;
}
</style>
border-color css
<style>
span { border-color: #BBB05D; }
span { border-color: rgb(187,176,93); }
td.TdClassName
{
border-color: #BBB05D;
}
.TagClassName
{
border-color: #BBB05D;
}
</style>