Shades of Gimblet #BBB360
Tints of Gimblet #BBB360
RGB
CMYK
RGB Variations
Color information
#BBB360 (or 0xBBB360) is known color: Gimblet. HEX triplet: BB, B3 and 60. RGB value is (187,179,96). Sum of RGB (Red+Green+Blue) = 187+179+96=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB360 is #444C9F. Grayscale: #ACACAC. Windows color (decimal): -4476064 or 6337467. OLE color: 6337467.
HSL color Cylindrical-coordinate representation of color #BBB360: hue angle of 54.73º 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 #BBB360 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 96 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.27 |
| HSL | 54.73º | 0.4% | 0.55% | - |
| HSV(B) | 54.73º | 0.49% | 0.73% | - |
| XYZ | 38.72 | 43.65 | 17.45 | - |
| YUV | 171.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 96 | 0 | 0.04 | 0.49 | 0.27 | 54.73 | 0.4 | 0.55 |
| Hex | BB | B3 | 60 | 0 | 4 | 31 | 1B | 37 | 28 | 37 |
| Octal | 273 | 263 | 140 | 0 | 4 | 61 | 33 | 67 | 50 | 67 |
| Binary | 10111011 | 10110011 | 1100000 | 0 | 100 | 110001 | 11011 | 110111 | 101000 | 110111 |
Color Harmonies of #BBB360
Complementary color
Monochromatic Colors of #BBB360
Black with #BBB360
Text Example
Text Example
White with #BBB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB360; }
p { color: rgb(187,179,96); }
H1.HeaderClassName
{
color: #BBB360;
}
.AnyTagClassName
{
color: #BBB360;
}
</style>
background-color css
<style>
a { background-color: #BBB360; }
a { background-color: rgb(187,179,96); }
div.DivClassName
{
background-color: #BBB360;
}
.BgClassName
{
background-color: #BBB360;
}
</style>
border-color css
<style>
span { border-color: #BBB360; }
span { border-color: rgb(187,179,96); }
td.TdClassName
{
border-color: #BBB360;
}
.TagClassName
{
border-color: #BBB360;
}
</style>