Shades of Gimblet #B1A770
Tints of Gimblet #B1A770
RGB
CMYK
RGB Variations
Color information
#B1A770 (or 0xB1A770) is known color: Gimblet. HEX triplet: B1, A7 and 70. RGB value is (177,167,112). Sum of RGB (Red+Green+Blue) = 177+167+112=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A770 is #4E588F. Grayscale: #A3A3A3. Windows color (decimal): -5134480 or 7382961. OLE color: 7382961.
HSL color Cylindrical-coordinate representation of color #B1A770: hue angle of 50.77º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1A770 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 112 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.31 |
| HSL | 50.77º | 0.29% | 0.57% | - |
| HSV(B) | 50.77º | 0.37% | 0.69% | - |
| XYZ | 34.87 | 38.15 | 20.86 | - |
| YUV | 163.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 112 | 0 | 0.06 | 0.37 | 0.31 | 50.77 | 0.29 | 0.57 |
| Hex | B1 | A7 | 70 | 0 | 6 | 25 | 1F | 33 | 1D | 39 |
| Octal | 261 | 247 | 160 | 0 | 6 | 45 | 37 | 63 | 35 | 71 |
| Binary | 10110001 | 10100111 | 1110000 | 0 | 110 | 100101 | 11111 | 110011 | 11101 | 111001 |
Color Harmonies of #B1A770
Complementary color
Monochromatic Colors of #B1A770
Black with #B1A770
Text Example
Text Example
White with #B1A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A770; }
p { color: rgb(177,167,112); }
H1.HeaderClassName
{
color: #B1A770;
}
.AnyTagClassName
{
color: #B1A770;
}
</style>
background-color css
<style>
a { background-color: #B1A770; }
a { background-color: rgb(177,167,112); }
div.DivClassName
{
background-color: #B1A770;
}
.BgClassName
{
background-color: #B1A770;
}
</style>
border-color css
<style>
span { border-color: #B1A770; }
span { border-color: rgb(177,167,112); }
td.TdClassName
{
border-color: #B1A770;
}
.TagClassName
{
border-color: #B1A770;
}
</style>