Shades of Gimblet #B5AD5C
Tints of Gimblet #B5AD5C
RGB
CMYK
RGB Variations
Color information
#B5AD5C (or 0xB5AD5C) is known color: Gimblet. HEX triplet: B5, AD and 5C. RGB value is (181,173,92). Sum of RGB (Red+Green+Blue) = 181+173+92=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD5C is #4A52A3. Grayscale: #A6A6A6. Windows color (decimal): -4870820 or 6073781. OLE color: 6073781.
HSL color Cylindrical-coordinate representation of color #B5AD5C: hue angle of 54.61º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5AD5C is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 92 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.29 |
| HSL | 54.61º | 0.38% | 0.54% | - |
| HSV(B) | 54.61º | 0.49% | 0.71% | - |
| XYZ | 35.93 | 40.48 | 16.05 | - |
| YUV | 166.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 92 | 0 | 0.04 | 0.49 | 0.29 | 54.61 | 0.38 | 0.54 |
| Hex | B5 | AD | 5C | 0 | 4 | 31 | 1D | 37 | 26 | 36 |
| Octal | 265 | 255 | 134 | 0 | 4 | 61 | 35 | 67 | 46 | 66 |
| Binary | 10110101 | 10101101 | 1011100 | 0 | 100 | 110001 | 11101 | 110111 | 100110 | 110110 |
Color Harmonies of #B5AD5C
Complementary color
Monochromatic Colors of #B5AD5C
Black with #B5AD5C
Text Example
Text Example
White with #B5AD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD5C; }
p { color: rgb(181,173,92); }
H1.HeaderClassName
{
color: #B5AD5C;
}
.AnyTagClassName
{
color: #B5AD5C;
}
</style>
background-color css
<style>
a { background-color: #B5AD5C; }
a { background-color: rgb(181,173,92); }
div.DivClassName
{
background-color: #B5AD5C;
}
.BgClassName
{
background-color: #B5AD5C;
}
</style>
border-color css
<style>
span { border-color: #B5AD5C; }
span { border-color: rgb(181,173,92); }
td.TdClassName
{
border-color: #B5AD5C;
}
.TagClassName
{
border-color: #B5AD5C;
}
</style>