Shades of Gimblet #B7A769
Tints of Gimblet #B7A769
RGB
CMYK
RGB Variations
Color information
#B7A769 (or 0xB7A769) is known color: Gimblet. HEX triplet: B7, A7 and 69. RGB value is (183,167,105). Sum of RGB (Red+Green+Blue) = 183+167+105=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A769 is #485896. Grayscale: #A4A4A4. Windows color (decimal): -4741271 or 6924215. OLE color: 6924215.
HSL color Cylindrical-coordinate representation of color #B7A769: hue angle of 47.69º 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 #B7A769 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 105 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.28 |
| HSL | 47.69º | 0.35% | 0.56% | - |
| HSV(B) | 47.69º | 0.43% | 0.72% | - |
| XYZ | 35.9 | 38.72 | 18.95 | - |
| YUV | 164.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 105 | 0 | 0.09 | 0.43 | 0.28 | 47.69 | 0.35 | 0.56 |
| Hex | B7 | A7 | 69 | 0 | 9 | 2B | 1C | 30 | 23 | 38 |
| Octal | 267 | 247 | 151 | 0 | 11 | 53 | 34 | 60 | 43 | 70 |
| Binary | 10110111 | 10100111 | 1101001 | 0 | 1001 | 101011 | 11100 | 110000 | 100011 | 111000 |
Color Harmonies of #B7A769
Complementary color
Monochromatic Colors of #B7A769
Black with #B7A769
Text Example
Text Example
White with #B7A769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A769; }
p { color: rgb(183,167,105); }
H1.HeaderClassName
{
color: #B7A769;
}
.AnyTagClassName
{
color: #B7A769;
}
</style>
background-color css
<style>
a { background-color: #B7A769; }
a { background-color: rgb(183,167,105); }
div.DivClassName
{
background-color: #B7A769;
}
.BgClassName
{
background-color: #B7A769;
}
</style>
border-color css
<style>
span { border-color: #B7A769; }
span { border-color: rgb(183,167,105); }
td.TdClassName
{
border-color: #B7A769;
}
.TagClassName
{
border-color: #B7A769;
}
</style>