Shades of Gimblet #B1A765
Tints of Gimblet #B1A765
RGB
CMYK
RGB Variations
Color information
#B1A765 (or 0xB1A765) is known color: Gimblet. HEX triplet: B1, A7 and 65. RGB value is (177,167,101). Sum of RGB (Red+Green+Blue) = 177+167+101=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A765 is #4E589A. Grayscale: #A2A2A2. Windows color (decimal): -5134491 or 6662065. OLE color: 6662065.
HSL color Cylindrical-coordinate representation of color #B1A765: hue angle of 52.11º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1A765 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 101 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.31 |
| HSL | 52.11º | 0.33% | 0.55% | - |
| HSV(B) | 52.11º | 0.43% | 0.69% | - |
| XYZ | 34.3 | 37.92 | 17.82 | - |
| YUV | 162.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 101 | 0 | 0.06 | 0.43 | 0.31 | 52.11 | 0.33 | 0.55 |
| Hex | B1 | A7 | 65 | 0 | 6 | 2B | 1F | 34 | 21 | 37 |
| Octal | 261 | 247 | 145 | 0 | 6 | 53 | 37 | 64 | 41 | 67 |
| Binary | 10110001 | 10100111 | 1100101 | 0 | 110 | 101011 | 11111 | 110100 | 100001 | 110111 |
Color Harmonies of #B1A765
Complementary color
Monochromatic Colors of #B1A765
Black with #B1A765
Text Example
Text Example
White with #B1A765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A765; }
p { color: rgb(177,167,101); }
H1.HeaderClassName
{
color: #B1A765;
}
.AnyTagClassName
{
color: #B1A765;
}
</style>
background-color css
<style>
a { background-color: #B1A765; }
a { background-color: rgb(177,167,101); }
div.DivClassName
{
background-color: #B1A765;
}
.BgClassName
{
background-color: #B1A765;
}
</style>
border-color css
<style>
span { border-color: #B1A765; }
span { border-color: rgb(177,167,101); }
td.TdClassName
{
border-color: #B1A765;
}
.TagClassName
{
border-color: #B1A765;
}
</style>