Shades of Gimblet #B1A558
Tints of Gimblet #B1A558
RGB
CMYK
RGB Variations
Color information
#B1A558 (or 0xB1A558) is known color: Gimblet. HEX triplet: B1, A5 and 58. RGB value is (177,165,88). Sum of RGB (Red+Green+Blue) = 177+165+88=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A558 is #4E5AA7. Grayscale: #A0A0A0. Windows color (decimal): -5135016 or 5809585. OLE color: 5809585.
HSL color Cylindrical-coordinate representation of color #B1A558: hue angle of 51.91º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1A558 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 88 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.31 |
| HSL | 51.91º | 0.36% | 0.52% | - |
| HSV(B) | 51.91º | 0.5% | 0.69% | - |
| XYZ | 33.35 | 36.96 | 14.61 | - |
| YUV | 159.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 88 | 0 | 0.07 | 0.50 | 0.31 | 51.91 | 0.36 | 0.52 |
| Hex | B1 | A5 | 58 | 0 | 7 | 32 | 1F | 34 | 24 | 34 |
| Octal | 261 | 245 | 130 | 0 | 7 | 62 | 37 | 64 | 44 | 64 |
| Binary | 10110001 | 10100101 | 1011000 | 0 | 111 | 110010 | 11111 | 110100 | 100100 | 110100 |
Color Harmonies of #B1A558
Complementary color
Monochromatic Colors of #B1A558
Black with #B1A558
Text Example
Text Example
White with #B1A558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A558; }
p { color: rgb(177,165,88); }
H1.HeaderClassName
{
color: #B1A558;
}
.AnyTagClassName
{
color: #B1A558;
}
</style>
background-color css
<style>
a { background-color: #B1A558; }
a { background-color: rgb(177,165,88); }
div.DivClassName
{
background-color: #B1A558;
}
.BgClassName
{
background-color: #B1A558;
}
</style>
border-color css
<style>
span { border-color: #B1A558; }
span { border-color: rgb(177,165,88); }
td.TdClassName
{
border-color: #B1A558;
}
.TagClassName
{
border-color: #B1A558;
}
</style>