Shades of Gimblet #B7A85A
Tints of Gimblet #B7A85A
RGB
CMYK
RGB Variations
Color information
#B7A85A (or 0xB7A85A) is known color: Gimblet. HEX triplet: B7, A8 and 5A. RGB value is (183,168,90). Sum of RGB (Red+Green+Blue) = 183+168+90=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A85A is #4857A5. Grayscale: #A3A3A3. Windows color (decimal): -4741030 or 5941431. OLE color: 5941431.
HSL color Cylindrical-coordinate representation of color #B7A85A: hue angle of 50.32º degrees, saturation: 0.39, 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 #B7A85A is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 90 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.28 |
| HSL | 50.32º | 0.39% | 0.54% | - |
| HSV(B) | 50.32º | 0.51% | 0.72% | - |
| XYZ | 35.38 | 38.81 | 15.3 | - |
| YUV | 163.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 90 | 0 | 0.08 | 0.51 | 0.28 | 50.32 | 0.39 | 0.54 |
| Hex | B7 | A8 | 5A | 0 | 8 | 33 | 1C | 32 | 27 | 36 |
| Octal | 267 | 250 | 132 | 0 | 10 | 63 | 34 | 62 | 47 | 66 |
| Binary | 10110111 | 10101000 | 1011010 | 0 | 1000 | 110011 | 11100 | 110010 | 100111 | 110110 |
Color Harmonies of #B7A85A
Complementary color
Monochromatic Colors of #B7A85A
Black with #B7A85A
Text Example
Text Example
White with #B7A85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A85A; }
p { color: rgb(183,168,90); }
H1.HeaderClassName
{
color: #B7A85A;
}
.AnyTagClassName
{
color: #B7A85A;
}
</style>
background-color css
<style>
a { background-color: #B7A85A; }
a { background-color: rgb(183,168,90); }
div.DivClassName
{
background-color: #B7A85A;
}
.BgClassName
{
background-color: #B7A85A;
}
</style>
border-color css
<style>
span { border-color: #B7A85A; }
span { border-color: rgb(183,168,90); }
td.TdClassName
{
border-color: #B7A85A;
}
.TagClassName
{
border-color: #B7A85A;
}
</style>