Shades of Gimblet #B0AD68
Tints of Gimblet #B0AD68
RGB
CMYK
RGB Variations
Color information
#B0AD68 (or 0xB0AD68) is known color: Gimblet. HEX triplet: B0, AD and 68. RGB value is (176,173,104). Sum of RGB (Red+Green+Blue) = 176+173+104=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD68 is #4F5297. Grayscale: #A6A6A6. Windows color (decimal): -5198488 or 6860208. OLE color: 6860208.
HSL color Cylindrical-coordinate representation of color #B0AD68: hue angle of 57.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0AD68 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 104 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.31 |
| HSL | 57.5º | 0.31% | 0.55% | - |
| HSV(B) | 57.5º | 0.41% | 0.69% | - |
| XYZ | 35.35 | 40.12 | 18.98 | - |
| YUV | 166.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 104 | 0 | 0.02 | 0.41 | 0.31 | 57.5 | 0.31 | 0.55 |
| Hex | B0 | AD | 68 | 0 | 2 | 29 | 1F | 3A | 1F | 37 |
| Octal | 260 | 255 | 150 | 0 | 2 | 51 | 37 | 72 | 37 | 67 |
| Binary | 10110000 | 10101101 | 1101000 | 0 | 10 | 101001 | 11111 | 111010 | 11111 | 110111 |
Color Harmonies of #B0AD68
Complementary color
Monochromatic Colors of #B0AD68
Black with #B0AD68
Text Example
Text Example
White with #B0AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD68; }
p { color: rgb(176,173,104); }
H1.HeaderClassName
{
color: #B0AD68;
}
.AnyTagClassName
{
color: #B0AD68;
}
</style>
background-color css
<style>
a { background-color: #B0AD68; }
a { background-color: rgb(176,173,104); }
div.DivClassName
{
background-color: #B0AD68;
}
.BgClassName
{
background-color: #B0AD68;
}
</style>
border-color css
<style>
span { border-color: #B0AD68; }
span { border-color: rgb(176,173,104); }
td.TdClassName
{
border-color: #B0AD68;
}
.TagClassName
{
border-color: #B0AD68;
}
</style>