Shades of Gimblet #B0AC6C
Tints of Gimblet #B0AC6C
RGB
CMYK
RGB Variations
Color information
#B0AC6C (or 0xB0AC6C) is known color: Gimblet. HEX triplet: B0, AC and 6C. RGB value is (176,172,108). Sum of RGB (Red+Green+Blue) = 176+172+108=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AC6C is #4F5393. Grayscale: #A6A6A6. Windows color (decimal): -5198740 or 7122096. OLE color: 7122096.
HSL color Cylindrical-coordinate representation of color #B0AC6C: hue angle of 56.47º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0AC6C is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 172 | 108 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.31 |
| HSL | 56.47º | 0.3% | 0.56% | - |
| HSV(B) | 56.47º | 0.39% | 0.69% | - |
| XYZ | 35.36 | 39.82 | 20.01 | - |
| YUV | 165.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 172 | 108 | 0 | 0.02 | 0.39 | 0.31 | 56.47 | 0.3 | 0.56 |
| Hex | B0 | AC | 6C | 0 | 2 | 27 | 1F | 38 | 1E | 38 |
| Octal | 260 | 254 | 154 | 0 | 2 | 47 | 37 | 70 | 36 | 70 |
| Binary | 10110000 | 10101100 | 1101100 | 0 | 10 | 100111 | 11111 | 111000 | 11110 | 111000 |
Color Harmonies of #B0AC6C
Complementary color
Monochromatic Colors of #B0AC6C
Black with #B0AC6C
Text Example
Text Example
White with #B0AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AC6C; }
p { color: rgb(176,172,108); }
H1.HeaderClassName
{
color: #B0AC6C;
}
.AnyTagClassName
{
color: #B0AC6C;
}
</style>
background-color css
<style>
a { background-color: #B0AC6C; }
a { background-color: rgb(176,172,108); }
div.DivClassName
{
background-color: #B0AC6C;
}
.BgClassName
{
background-color: #B0AC6C;
}
</style>
border-color css
<style>
span { border-color: #B0AC6C; }
span { border-color: rgb(176,172,108); }
td.TdClassName
{
border-color: #B0AC6C;
}
.TagClassName
{
border-color: #B0AC6C;
}
</style>