Shades of Gimblet #B1A754
Tints of Gimblet #B1A754
RGB
CMYK
RGB Variations
Color information
#B1A754 (or 0xB1A754) is known color: Gimblet. HEX triplet: B1, A7 and 54. RGB value is (177,167,84). Sum of RGB (Red+Green+Blue) = 177+167+84=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A754 is #4E58AB. Grayscale: #A0A0A0. Windows color (decimal): -5134508 or 5547953. OLE color: 5547953.
HSL color Cylindrical-coordinate representation of color #B1A754: hue angle of 53.55º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1A754 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 84 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.31 |
| HSL | 53.55º | 0.37% | 0.51% | - |
| HSV(B) | 53.55º | 0.53% | 0.69% | - |
| XYZ | 33.55 | 37.62 | 13.88 | - |
| YUV | 160.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 84 | 0 | 0.06 | 0.53 | 0.31 | 53.55 | 0.37 | 0.51 |
| Hex | B1 | A7 | 54 | 0 | 6 | 35 | 1F | 36 | 25 | 33 |
| Octal | 261 | 247 | 124 | 0 | 6 | 65 | 37 | 66 | 45 | 63 |
| Binary | 10110001 | 10100111 | 1010100 | 0 | 110 | 110101 | 11111 | 110110 | 100101 | 110011 |
Color Harmonies of #B1A754
Complementary color
Monochromatic Colors of #B1A754
Black with #B1A754
Text Example
Text Example
White with #B1A754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A754; }
p { color: rgb(177,167,84); }
H1.HeaderClassName
{
color: #B1A754;
}
.AnyTagClassName
{
color: #B1A754;
}
</style>
background-color css
<style>
a { background-color: #B1A754; }
a { background-color: rgb(177,167,84); }
div.DivClassName
{
background-color: #B1A754;
}
.BgClassName
{
background-color: #B1A754;
}
</style>
border-color css
<style>
span { border-color: #B1A754; }
span { border-color: rgb(177,167,84); }
td.TdClassName
{
border-color: #B1A754;
}
.TagClassName
{
border-color: #B1A754;
}
</style>