Shades of Gimblet #B0A65C
Tints of Gimblet #B0A65C
RGB
CMYK
RGB Variations
Color information
#B0A65C (or 0xB0A65C) is known color: Gimblet. HEX triplet: B0, A6 and 5C. RGB value is (176,166,92). Sum of RGB (Red+Green+Blue) = 176+166+92=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A65C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A65C is #4F59A3. Grayscale: #A0A0A0. Windows color (decimal): -5200292 or 6071984. OLE color: 6071984.
HSL color Cylindrical-coordinate representation of color #B0A65C: hue angle of 52.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0A65C is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 166 | 92 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.31 |
| HSL | 52.86º | 0.35% | 0.53% | - |
| HSV(B) | 52.86º | 0.48% | 0.69% | - |
| XYZ | 33.47 | 37.28 | 15.56 | - |
| YUV | 160.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 92 | 0 | 0.06 | 0.48 | 0.31 | 52.86 | 0.35 | 0.53 |
| Hex | B0 | A6 | 5C | 0 | 6 | 30 | 1F | 35 | 23 | 35 |
| Octal | 260 | 246 | 134 | 0 | 6 | 60 | 37 | 65 | 43 | 65 |
| Binary | 10110000 | 10100110 | 1011100 | 0 | 110 | 110000 | 11111 | 110101 | 100011 | 110101 |
Color Harmonies of #B0A65C
Complementary color
Monochromatic Colors of #B0A65C
Black with #B0A65C
Text Example
Text Example
White with #B0A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A65C; }
p { color: rgb(176,166,92); }
H1.HeaderClassName
{
color: #B0A65C;
}
.AnyTagClassName
{
color: #B0A65C;
}
</style>
background-color css
<style>
a { background-color: #B0A65C; }
a { background-color: rgb(176,166,92); }
div.DivClassName
{
background-color: #B0A65C;
}
.BgClassName
{
background-color: #B0A65C;
}
</style>
border-color css
<style>
span { border-color: #B0A65C; }
span { border-color: rgb(176,166,92); }
td.TdClassName
{
border-color: #B0A65C;
}
.TagClassName
{
border-color: #B0A65C;
}
</style>