Shades of Gimblet #B7A15A
Tints of Gimblet #B7A15A
RGB
CMYK
RGB Variations
Color information
#B7A15A (or 0xB7A15A) is known color: Gimblet. HEX triplet: B7, A1 and 5A. RGB value is (183,161,90). Sum of RGB (Red+Green+Blue) = 183+161+90=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A15A is #485EA5. Grayscale: #9F9F9F. Windows color (decimal): -4742822 or 5939639. OLE color: 5939639.
HSL color Cylindrical-coordinate representation of color #B7A15A: hue angle of 45.81º 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 #B7A15A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 90 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.28 |
| HSL | 45.81º | 0.39% | 0.54% | - |
| HSV(B) | 45.81º | 0.51% | 0.72% | - |
| XYZ | 34.12 | 36.3 | 14.88 | - |
| YUV | 159.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 90 | 0 | 0.12 | 0.51 | 0.28 | 45.81 | 0.39 | 0.54 |
| Hex | B7 | A1 | 5A | 0 | C | 33 | 1C | 2E | 27 | 36 |
| Octal | 267 | 241 | 132 | 0 | 14 | 63 | 34 | 56 | 47 | 66 |
| Binary | 10110111 | 10100001 | 1011010 | 0 | 1100 | 110011 | 11100 | 101110 | 100111 | 110110 |
Color Harmonies of #B7A15A
Complementary color
Monochromatic Colors of #B7A15A
Black with #B7A15A
Text Example
Text Example
White with #B7A15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A15A; }
p { color: rgb(183,161,90); }
H1.HeaderClassName
{
color: #B7A15A;
}
.AnyTagClassName
{
color: #B7A15A;
}
</style>
background-color css
<style>
a { background-color: #B7A15A; }
a { background-color: rgb(183,161,90); }
div.DivClassName
{
background-color: #B7A15A;
}
.BgClassName
{
background-color: #B7A15A;
}
</style>
border-color css
<style>
span { border-color: #B7A15A; }
span { border-color: rgb(183,161,90); }
td.TdClassName
{
border-color: #B7A15A;
}
.TagClassName
{
border-color: #B7A15A;
}
</style>