Shades of Gimblet #B8AA5B
Tints of Gimblet #B8AA5B
RGB
CMYK
RGB Variations
Color information
#B8AA5B (or 0xB8AA5B) is known color: Gimblet. HEX triplet: B8, AA and 5B. RGB value is (184,170,91). Sum of RGB (Red+Green+Blue) = 184+170+91=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AA5B is #4755A4. Grayscale: #A5A5A5. Windows color (decimal): -4674981 or 6007480. OLE color: 6007480.
HSL color Cylindrical-coordinate representation of color #B8AA5B: hue angle of 50.97º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8AA5B is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 91 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.28 |
| HSL | 50.97º | 0.4% | 0.54% | - |
| HSV(B) | 50.97º | 0.51% | 0.72% | - |
| XYZ | 36.03 | 39.7 | 15.66 | - |
| YUV | 165.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 91 | 0 | 0.08 | 0.51 | 0.28 | 50.97 | 0.4 | 0.54 |
| Hex | B8 | AA | 5B | 0 | 8 | 33 | 1C | 33 | 28 | 36 |
| Octal | 270 | 252 | 133 | 0 | 10 | 63 | 34 | 63 | 50 | 66 |
| Binary | 10111000 | 10101010 | 1011011 | 0 | 1000 | 110011 | 11100 | 110011 | 101000 | 110110 |
Color Harmonies of #B8AA5B
Complementary color
Monochromatic Colors of #B8AA5B
Black with #B8AA5B
Text Example
Text Example
White with #B8AA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA5B; }
p { color: rgb(184,170,91); }
H1.HeaderClassName
{
color: #B8AA5B;
}
.AnyTagClassName
{
color: #B8AA5B;
}
</style>
background-color css
<style>
a { background-color: #B8AA5B; }
a { background-color: rgb(184,170,91); }
div.DivClassName
{
background-color: #B8AA5B;
}
.BgClassName
{
background-color: #B8AA5B;
}
</style>
border-color css
<style>
span { border-color: #B8AA5B; }
span { border-color: rgb(184,170,91); }
td.TdClassName
{
border-color: #B8AA5B;
}
.TagClassName
{
border-color: #B8AA5B;
}
</style>