Shades of Gimblet #B5AA68
Tints of Gimblet #B5AA68
RGB
CMYK
RGB Variations
Color information
#B5AA68 (or 0xB5AA68) is known color: Gimblet. HEX triplet: B5, AA and 68. RGB value is (181,170,104). Sum of RGB (Red+Green+Blue) = 181+170+104=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AA68 is #4A5597. Grayscale: #A6A6A6. Windows color (decimal): -4871576 or 6859445. OLE color: 6859445.
HSL color Cylindrical-coordinate representation of color #B5AA68: hue angle of 51.43º 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 #B5AA68 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 170 | 104 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.29 |
| HSL | 51.43º | 0.34% | 0.56% | - |
| HSV(B) | 51.43º | 0.43% | 0.71% | - |
| XYZ | 35.93 | 39.57 | 18.84 | - |
| YUV | 165.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 104 | 0 | 0.06 | 0.43 | 0.29 | 51.43 | 0.34 | 0.56 |
| Hex | B5 | AA | 68 | 0 | 6 | 2B | 1D | 33 | 22 | 38 |
| Octal | 265 | 252 | 150 | 0 | 6 | 53 | 35 | 63 | 42 | 70 |
| Binary | 10110101 | 10101010 | 1101000 | 0 | 110 | 101011 | 11101 | 110011 | 100010 | 111000 |
Color Harmonies of #B5AA68
Complementary color
Monochromatic Colors of #B5AA68
Black with #B5AA68
Text Example
Text Example
White with #B5AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AA68; }
p { color: rgb(181,170,104); }
H1.HeaderClassName
{
color: #B5AA68;
}
.AnyTagClassName
{
color: #B5AA68;
}
</style>
background-color css
<style>
a { background-color: #B5AA68; }
a { background-color: rgb(181,170,104); }
div.DivClassName
{
background-color: #B5AA68;
}
.BgClassName
{
background-color: #B5AA68;
}
</style>
border-color css
<style>
span { border-color: #B5AA68; }
span { border-color: rgb(181,170,104); }
td.TdClassName
{
border-color: #B5AA68;
}
.TagClassName
{
border-color: #B5AA68;
}
</style>