Shades of Gimblet #B7A55A
Tints of Gimblet #B7A55A
RGB
CMYK
RGB Variations
Color information
#B7A55A (or 0xB7A55A) is known color: Gimblet. HEX triplet: B7, A5 and 5A. RGB value is (183,165,90). Sum of RGB (Red+Green+Blue) = 183+165+90=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A55A is #485AA5. Grayscale: #A2A2A2. Windows color (decimal): -4741798 or 5940663. OLE color: 5940663.
HSL color Cylindrical-coordinate representation of color #B7A55A: hue angle of 48.39º 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 #B7A55A is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 90 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.28 |
| HSL | 48.39º | 0.39% | 0.54% | - |
| HSV(B) | 48.39º | 0.51% | 0.72% | - |
| XYZ | 34.83 | 37.72 | 15.12 | - |
| YUV | 161.83 | 87.46 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 90 | 0 | 0.10 | 0.51 | 0.28 | 48.39 | 0.39 | 0.54 |
| Hex | B7 | A5 | 5A | 0 | A | 33 | 1C | 30 | 27 | 36 |
| Octal | 267 | 245 | 132 | 0 | 12 | 63 | 34 | 60 | 47 | 66 |
| Binary | 10110111 | 10100101 | 1011010 | 0 | 1010 | 110011 | 11100 | 110000 | 100111 | 110110 |
Color Harmonies of #B7A55A
Complementary color
Monochromatic Colors of #B7A55A
Black with #B7A55A
Text Example
Text Example
White with #B7A55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A55A; }
p { color: rgb(183,165,90); }
H1.HeaderClassName
{
color: #B7A55A;
}
.AnyTagClassName
{
color: #B7A55A;
}
</style>
background-color css
<style>
a { background-color: #B7A55A; }
a { background-color: rgb(183,165,90); }
div.DivClassName
{
background-color: #B7A55A;
}
.BgClassName
{
background-color: #B7A55A;
}
</style>
border-color css
<style>
span { border-color: #B7A55A; }
span { border-color: rgb(183,165,90); }
td.TdClassName
{
border-color: #B7A55A;
}
.TagClassName
{
border-color: #B7A55A;
}
</style>