Shades of Gimblet #B7A25A
Tints of Gimblet #B7A25A
RGB
CMYK
RGB Variations
Color information
#B7A25A (or 0xB7A25A) is known color: Gimblet. HEX triplet: B7, A2 and 5A. RGB value is (183,162,90). Sum of RGB (Red+Green+Blue) = 183+162+90=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A25A is #485DA5. Grayscale: #A0A0A0. Windows color (decimal): -4742566 or 5939895. OLE color: 5939895.
HSL color Cylindrical-coordinate representation of color #B7A25A: hue angle of 46.45º 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 #B7A25A is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 90 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.28 |
| HSL | 46.45º | 0.39% | 0.54% | - |
| HSV(B) | 46.45º | 0.51% | 0.72% | - |
| XYZ | 34.29 | 36.65 | 14.94 | - |
| YUV | 160.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 90 | 0 | 0.11 | 0.51 | 0.28 | 46.45 | 0.39 | 0.54 |
| Hex | B7 | A2 | 5A | 0 | B | 33 | 1C | 2E | 27 | 36 |
| Octal | 267 | 242 | 132 | 0 | 13 | 63 | 34 | 56 | 47 | 66 |
| Binary | 10110111 | 10100010 | 1011010 | 0 | 1011 | 110011 | 11100 | 101110 | 100111 | 110110 |
Color Harmonies of #B7A25A
Complementary color
Monochromatic Colors of #B7A25A
Black with #B7A25A
Text Example
Text Example
White with #B7A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A25A; }
p { color: rgb(183,162,90); }
H1.HeaderClassName
{
color: #B7A25A;
}
.AnyTagClassName
{
color: #B7A25A;
}
</style>
background-color css
<style>
a { background-color: #B7A25A; }
a { background-color: rgb(183,162,90); }
div.DivClassName
{
background-color: #B7A25A;
}
.BgClassName
{
background-color: #B7A25A;
}
</style>
border-color css
<style>
span { border-color: #B7A25A; }
span { border-color: rgb(183,162,90); }
td.TdClassName
{
border-color: #B7A25A;
}
.TagClassName
{
border-color: #B7A25A;
}
</style>