Shades of Gimblet #B7A669
Tints of Gimblet #B7A669
RGB
CMYK
RGB Variations
Color information
#B7A669 (or 0xB7A669) is known color: Gimblet. HEX triplet: B7, A6 and 69. RGB value is (183,166,105). Sum of RGB (Red+Green+Blue) = 183+166+105=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A669 is #485996. Grayscale: #A4A4A4. Windows color (decimal): -4741527 or 6923959. OLE color: 6923959.
HSL color Cylindrical-coordinate representation of color #B7A669: hue angle of 46.92º 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 #B7A669 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 105 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.28 |
| HSL | 46.92º | 0.35% | 0.56% | - |
| HSV(B) | 46.92º | 0.43% | 0.72% | - |
| XYZ | 35.71 | 38.36 | 18.89 | - |
| YUV | 164.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 105 | 0 | 0.09 | 0.43 | 0.28 | 46.92 | 0.35 | 0.56 |
| Hex | B7 | A6 | 69 | 0 | 9 | 2B | 1C | 2F | 23 | 38 |
| Octal | 267 | 246 | 151 | 0 | 11 | 53 | 34 | 57 | 43 | 70 |
| Binary | 10110111 | 10100110 | 1101001 | 0 | 1001 | 101011 | 11100 | 101111 | 100011 | 111000 |
Color Harmonies of #B7A669
Complementary color
Monochromatic Colors of #B7A669
Black with #B7A669
Text Example
Text Example
White with #B7A669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A669; }
p { color: rgb(183,166,105); }
H1.HeaderClassName
{
color: #B7A669;
}
.AnyTagClassName
{
color: #B7A669;
}
</style>
background-color css
<style>
a { background-color: #B7A669; }
a { background-color: rgb(183,166,105); }
div.DivClassName
{
background-color: #B7A669;
}
.BgClassName
{
background-color: #B7A669;
}
</style>
border-color css
<style>
span { border-color: #B7A669; }
span { border-color: rgb(183,166,105); }
td.TdClassName
{
border-color: #B7A669;
}
.TagClassName
{
border-color: #B7A669;
}
</style>