Shades of Gimblet #B1AB6A
Tints of Gimblet #B1AB6A
RGB
CMYK
RGB Variations
Color information
#B1AB6A (or 0xB1AB6A) is known color: Gimblet. HEX triplet: B1, AB and 6A. RGB value is (177,171,106). Sum of RGB (Red+Green+Blue) = 177+171+106=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB6A is #4E5495. Grayscale: #A5A5A5. Windows color (decimal): -5133462 or 6990769. OLE color: 6990769.
HSL color Cylindrical-coordinate representation of color #B1AB6A: hue angle of 54.93º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1AB6A is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 106 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.31 |
| HSL | 54.93º | 0.31% | 0.55% | - |
| HSV(B) | 54.93º | 0.4% | 0.69% | - |
| XYZ | 35.3 | 39.51 | 19.4 | - |
| YUV | 165.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 106 | 0 | 0.03 | 0.40 | 0.31 | 54.93 | 0.31 | 0.55 |
| Hex | B1 | AB | 6A | 0 | 3 | 28 | 1F | 37 | 1F | 37 |
| Octal | 261 | 253 | 152 | 0 | 3 | 50 | 37 | 67 | 37 | 67 |
| Binary | 10110001 | 10101011 | 1101010 | 0 | 11 | 101000 | 11111 | 110111 | 11111 | 110111 |
Color Harmonies of #B1AB6A
Complementary color
Monochromatic Colors of #B1AB6A
Black with #B1AB6A
Text Example
Text Example
White with #B1AB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB6A; }
p { color: rgb(177,171,106); }
H1.HeaderClassName
{
color: #B1AB6A;
}
.AnyTagClassName
{
color: #B1AB6A;
}
</style>
background-color css
<style>
a { background-color: #B1AB6A; }
a { background-color: rgb(177,171,106); }
div.DivClassName
{
background-color: #B1AB6A;
}
.BgClassName
{
background-color: #B1AB6A;
}
</style>
border-color css
<style>
span { border-color: #B1AB6A; }
span { border-color: rgb(177,171,106); }
td.TdClassName
{
border-color: #B1AB6A;
}
.TagClassName
{
border-color: #B1AB6A;
}
</style>