Shades of Gimblet #B7AB68
Tints of Gimblet #B7AB68
RGB
CMYK
RGB Variations
Color information
#B7AB68 (or 0xB7AB68) is known color: Gimblet. HEX triplet: B7, AB and 68. RGB value is (183,171,104). Sum of RGB (Red+Green+Blue) = 183+171+104=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB68 is #485497. Grayscale: #A7A7A7. Windows color (decimal): -4740248 or 6859703. OLE color: 6859703.
HSL color Cylindrical-coordinate representation of color #B7AB68: hue angle of 50.89º 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 #B7AB68 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 171 | 104 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.28 |
| HSL | 50.89º | 0.35% | 0.56% | - |
| HSV(B) | 50.89º | 0.43% | 0.72% | - |
| XYZ | 36.59 | 40.19 | 18.93 | - |
| YUV | 166.95 | 92.48 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 171 | 104 | 0 | 0.07 | 0.43 | 0.28 | 50.89 | 0.35 | 0.56 |
| Hex | B7 | AB | 68 | 0 | 7 | 2B | 1C | 33 | 23 | 38 |
| Octal | 267 | 253 | 150 | 0 | 7 | 53 | 34 | 63 | 43 | 70 |
| Binary | 10110111 | 10101011 | 1101000 | 0 | 111 | 101011 | 11100 | 110011 | 100011 | 111000 |
Color Harmonies of #B7AB68
Complementary color
Monochromatic Colors of #B7AB68
Black with #B7AB68
Text Example
Text Example
White with #B7AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AB68; }
p { color: rgb(183,171,104); }
H1.HeaderClassName
{
color: #B7AB68;
}
.AnyTagClassName
{
color: #B7AB68;
}
</style>
background-color css
<style>
a { background-color: #B7AB68; }
a { background-color: rgb(183,171,104); }
div.DivClassName
{
background-color: #B7AB68;
}
.BgClassName
{
background-color: #B7AB68;
}
</style>
border-color css
<style>
span { border-color: #B7AB68; }
span { border-color: rgb(183,171,104); }
td.TdClassName
{
border-color: #B7AB68;
}
.TagClassName
{
border-color: #B7AB68;
}
</style>