Shades of Gimblet #B0A45A
Tints of Gimblet #B0A45A
RGB
CMYK
RGB Variations
Color information
#B0A45A (or 0xB0A45A) is known color: Gimblet. HEX triplet: B0, A4 and 5A. RGB value is (176,164,90). Sum of RGB (Red+Green+Blue) = 176+164+90=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A45A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A45A is #4F5BA5. Grayscale: #9F9F9F. Windows color (decimal): -5200806 or 5940400. OLE color: 5940400.
HSL color Cylindrical-coordinate representation of color #B0A45A: hue angle of 51.63º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0A45A is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 164 | 90 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.31 |
| HSL | 51.63º | 0.35% | 0.52% | - |
| HSV(B) | 51.63º | 0.49% | 0.69% | - |
| XYZ | 33.03 | 36.52 | 14.98 | - |
| YUV | 159.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 164 | 90 | 0 | 0.07 | 0.49 | 0.31 | 51.63 | 0.35 | 0.52 |
| Hex | B0 | A4 | 5A | 0 | 7 | 31 | 1F | 34 | 23 | 34 |
| Octal | 260 | 244 | 132 | 0 | 7 | 61 | 37 | 64 | 43 | 64 |
| Binary | 10110000 | 10100100 | 1011010 | 0 | 111 | 110001 | 11111 | 110100 | 100011 | 110100 |
Color Harmonies of #B0A45A
Complementary color
Monochromatic Colors of #B0A45A
Black with #B0A45A
Text Example
Text Example
White with #B0A45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A45A; }
p { color: rgb(176,164,90); }
H1.HeaderClassName
{
color: #B0A45A;
}
.AnyTagClassName
{
color: #B0A45A;
}
</style>
background-color css
<style>
a { background-color: #B0A45A; }
a { background-color: rgb(176,164,90); }
div.DivClassName
{
background-color: #B0A45A;
}
.BgClassName
{
background-color: #B0A45A;
}
</style>
border-color css
<style>
span { border-color: #B0A45A; }
span { border-color: rgb(176,164,90); }
td.TdClassName
{
border-color: #B0A45A;
}
.TagClassName
{
border-color: #B0A45A;
}
</style>