Shades of Gimblet #B7AA68
Tints of Gimblet #B7AA68
RGB
CMYK
RGB Variations
Color information
#B7AA68 (or 0xB7AA68) is known color: Gimblet. HEX triplet: B7, AA and 68. RGB value is (183,170,104). Sum of RGB (Red+Green+Blue) = 183+170+104=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA68 is #485597. Grayscale: #A6A6A6. Windows color (decimal): -4740504 or 6859447. OLE color: 6859447.
HSL color Cylindrical-coordinate representation of color #B7AA68: hue angle of 50.13º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7AA68 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 104 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.28 |
| HSL | 50.13º | 0.35% | 0.56% | - |
| HSV(B) | 50.13º | 0.43% | 0.72% | - |
| XYZ | 36.4 | 39.82 | 18.86 | - |
| YUV | 166.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 104 | 0 | 0.07 | 0.43 | 0.28 | 50.13 | 0.35 | 0.56 |
| Hex | B7 | AA | 68 | 0 | 7 | 2B | 1C | 32 | 23 | 38 |
| Octal | 267 | 252 | 150 | 0 | 7 | 53 | 34 | 62 | 43 | 70 |
| Binary | 10110111 | 10101010 | 1101000 | 0 | 111 | 101011 | 11100 | 110010 | 100011 | 111000 |
Color Harmonies of #B7AA68
Complementary color
Monochromatic Colors of #B7AA68
Black with #B7AA68
Text Example
Text Example
White with #B7AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA68; }
p { color: rgb(183,170,104); }
H1.HeaderClassName
{
color: #B7AA68;
}
.AnyTagClassName
{
color: #B7AA68;
}
</style>
background-color css
<style>
a { background-color: #B7AA68; }
a { background-color: rgb(183,170,104); }
div.DivClassName
{
background-color: #B7AA68;
}
.BgClassName
{
background-color: #B7AA68;
}
</style>
border-color css
<style>
span { border-color: #B7AA68; }
span { border-color: rgb(183,170,104); }
td.TdClassName
{
border-color: #B7AA68;
}
.TagClassName
{
border-color: #B7AA68;
}
</style>