Shades of Gimblet #BBB05F
Tints of Gimblet #BBB05F
RGB
CMYK
RGB Variations
Color information
#BBB05F (or 0xBBB05F) is known color: Gimblet. HEX triplet: BB, B0 and 5F. RGB value is (187,176,95). Sum of RGB (Red+Green+Blue) = 187+176+95=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB05F is #444FA0. Grayscale: #AAAAAA. Windows color (decimal): -4476833 or 6271163. OLE color: 6271163.
HSL color Cylindrical-coordinate representation of color #BBB05F: hue angle of 52.83º 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 #BBB05F is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 95 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.27 |
| HSL | 52.83º | 0.4% | 0.55% | - |
| HSV(B) | 52.83º | 0.49% | 0.73% | - |
| XYZ | 38.08 | 42.44 | 17.01 | - |
| YUV | 170.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 95 | 0 | 0.06 | 0.49 | 0.27 | 52.83 | 0.4 | 0.55 |
| Hex | BB | B0 | 5F | 0 | 6 | 31 | 1B | 35 | 28 | 37 |
| Octal | 273 | 260 | 137 | 0 | 6 | 61 | 33 | 65 | 50 | 67 |
| Binary | 10111011 | 10110000 | 1011111 | 0 | 110 | 110001 | 11011 | 110101 | 101000 | 110111 |
Color Harmonies of #BBB05F
Complementary color
Monochromatic Colors of #BBB05F
Black with #BBB05F
Text Example
Text Example
White with #BBB05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB05F; }
p { color: rgb(187,176,95); }
H1.HeaderClassName
{
color: #BBB05F;
}
.AnyTagClassName
{
color: #BBB05F;
}
</style>
background-color css
<style>
a { background-color: #BBB05F; }
a { background-color: rgb(187,176,95); }
div.DivClassName
{
background-color: #BBB05F;
}
.BgClassName
{
background-color: #BBB05F;
}
</style>
border-color css
<style>
span { border-color: #BBB05F; }
span { border-color: rgb(187,176,95); }
td.TdClassName
{
border-color: #BBB05F;
}
.TagClassName
{
border-color: #BBB05F;
}
</style>