Shades of Gimblet #B5AA5D
Tints of Gimblet #B5AA5D
RGB
CMYK
RGB Variations
Color information
#B5AA5D (or 0xB5AA5D) is known color: Gimblet. HEX triplet: B5, AA and 5D. RGB value is (181,170,93). Sum of RGB (Red+Green+Blue) = 181+170+93=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AA5D is #4A55A2. Grayscale: #A4A4A4. Windows color (decimal): -4871587 or 6138549. OLE color: 6138549.
HSL color Cylindrical-coordinate representation of color #B5AA5D: hue angle of 52.5º degrees, saturation: 0.37, 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 #B5AA5D is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 170 | 93 | - |
CMYK | 0 | 0.06 | 0.49 | 0.29 |
HSL | 52.5º | 0.37% | 0.54% | - |
HSV(B) | 52.5º | 0.49% | 0.71% | - |
XYZ | 35.41 | 39.36 | 16.09 | - |
YUV | 164.51 | 87.64 | 139.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 170 | 93 | 0 | 0.06 | 0.49 | 0.29 | 52.5 | 0.37 | 0.54 |
Hex | B5 | AA | 5D | 0 | 6 | 31 | 1D | 34 | 25 | 36 |
Octal | 265 | 252 | 135 | 0 | 6 | 61 | 35 | 64 | 45 | 66 |
Binary | 10110101 | 10101010 | 1011101 | 0 | 110 | 110001 | 11101 | 110100 | 100101 | 110110 |
Color Harmonies of #B5AA5D
Complementary color
Monochromatic Colors of #B5AA5D
Black with #B5AA5D
Text Example
Text Example
White with #B5AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AA5D; }
p { color: rgb(181,170,93); }
H1.HeaderClassName
{
color: #B5AA5D;
}
.AnyTagClassName
{
color: #B5AA5D;
}
</style>
background-color css
<style>
a { background-color: #B5AA5D; }
a { background-color: rgb(181,170,93); }
div.DivClassName
{
background-color: #B5AA5D;
}
.BgClassName
{
background-color: #B5AA5D;
}
</style>
border-color css
<style>
span { border-color: #B5AA5D; }
span { border-color: rgb(181,170,93); }
td.TdClassName
{
border-color: #B5AA5D;
}
.TagClassName
{
border-color: #B5AA5D;
}
</style>