Shades of Gimblet #B5AD68
Tints of Gimblet #B5AD68
RGB
CMYK
RGB Variations
Color information
#B5AD68 (or 0xB5AD68) is known color: Gimblet. HEX triplet: B5, AD and 68. RGB value is (181,173,104). Sum of RGB (Red+Green+Blue) = 181+173+104=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD68 is #4A5297. Grayscale: #A7A7A7. Windows color (decimal): -4870808 or 6860213. OLE color: 6860213.
HSL color Cylindrical-coordinate representation of color #B5AD68: hue angle of 53.77º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5AD68 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 104 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.29 |
| HSL | 53.77º | 0.34% | 0.56% | - |
| HSV(B) | 53.77º | 0.43% | 0.71% | - |
| XYZ | 36.5 | 40.71 | 19.03 | - |
| YUV | 167.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 104 | 0 | 0.04 | 0.43 | 0.29 | 53.77 | 0.34 | 0.56 |
| Hex | B5 | AD | 68 | 0 | 4 | 2B | 1D | 36 | 22 | 38 |
| Octal | 265 | 255 | 150 | 0 | 4 | 53 | 35 | 66 | 42 | 70 |
| Binary | 10110101 | 10101101 | 1101000 | 0 | 100 | 101011 | 11101 | 110110 | 100010 | 111000 |
Color Harmonies of #B5AD68
Complementary color
Monochromatic Colors of #B5AD68
Black with #B5AD68
Text Example
Text Example
White with #B5AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD68; }
p { color: rgb(181,173,104); }
H1.HeaderClassName
{
color: #B5AD68;
}
.AnyTagClassName
{
color: #B5AD68;
}
</style>
background-color css
<style>
a { background-color: #B5AD68; }
a { background-color: rgb(181,173,104); }
div.DivClassName
{
background-color: #B5AD68;
}
.BgClassName
{
background-color: #B5AD68;
}
</style>
border-color css
<style>
span { border-color: #B5AD68; }
span { border-color: rgb(181,173,104); }
td.TdClassName
{
border-color: #B5AD68;
}
.TagClassName
{
border-color: #B5AD68;
}
</style>