Shades of Gimblet #B8AA72
Tints of Gimblet #B8AA72
RGB
CMYK
RGB Variations
Color information
#B8AA72 (or 0xB8AA72) is known color: Gimblet. HEX triplet: B8, AA and 72. RGB value is (184,170,114). Sum of RGB (Red+Green+Blue) = 184+170+114=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AA72 is #47558D. Grayscale: #A8A8A8. Windows color (decimal): -4674958 or 7514808. OLE color: 7514808.
HSL color Cylindrical-coordinate representation of color #B8AA72: hue angle of 48º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8AA72 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 114 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.28 |
| HSL | 48º | 0.33% | 0.58% | - |
| HSV(B) | 48º | 0.38% | 0.72% | - |
| XYZ | 37.18 | 40.15 | 21.71 | - |
| YUV | 167.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 114 | 0 | 0.08 | 0.38 | 0.28 | 48 | 0.33 | 0.58 |
| Hex | B8 | AA | 72 | 0 | 8 | 26 | 1C | 30 | 21 | 3A |
| Octal | 270 | 252 | 162 | 0 | 10 | 46 | 34 | 60 | 41 | 72 |
| Binary | 10111000 | 10101010 | 1110010 | 0 | 1000 | 100110 | 11100 | 110000 | 100001 | 111010 |
Color Harmonies of #B8AA72
Complementary color
Monochromatic Colors of #B8AA72
Black with #B8AA72
Text Example
Text Example
White with #B8AA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA72; }
p { color: rgb(184,170,114); }
H1.HeaderClassName
{
color: #B8AA72;
}
.AnyTagClassName
{
color: #B8AA72;
}
</style>
background-color css
<style>
a { background-color: #B8AA72; }
a { background-color: rgb(184,170,114); }
div.DivClassName
{
background-color: #B8AA72;
}
.BgClassName
{
background-color: #B8AA72;
}
</style>
border-color css
<style>
span { border-color: #B8AA72; }
span { border-color: rgb(184,170,114); }
td.TdClassName
{
border-color: #B8AA72;
}
.TagClassName
{
border-color: #B8AA72;
}
</style>