Shades of Gimblet #B9AF68
Tints of Gimblet #B9AF68
RGB
CMYK
RGB Variations
Color information
#B9AF68 (or 0xB9AF68) is known color: Gimblet. HEX triplet: B9, AF and 68. RGB value is (185,175,104). Sum of RGB (Red+Green+Blue) = 185+175+104=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF68 is #465097. Grayscale: #AAAAAA. Windows color (decimal): -4608152 or 6860729. OLE color: 6860729.
HSL color Cylindrical-coordinate representation of color #B9AF68: hue angle of 52.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9AF68 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 104 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.27 |
| HSL | 52.59º | 0.37% | 0.57% | - |
| HSV(B) | 52.59º | 0.44% | 0.73% | - |
| XYZ | 37.84 | 41.97 | 19.2 | - |
| YUV | 169.9 | 90.81 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 104 | 0 | 0.05 | 0.44 | 0.27 | 52.59 | 0.37 | 0.57 |
| Hex | B9 | AF | 68 | 0 | 5 | 2C | 1B | 35 | 25 | 39 |
| Octal | 271 | 257 | 150 | 0 | 5 | 54 | 33 | 65 | 45 | 71 |
| Binary | 10111001 | 10101111 | 1101000 | 0 | 101 | 101100 | 11011 | 110101 | 100101 | 111001 |
Color Harmonies of #B9AF68
Complementary color
Monochromatic Colors of #B9AF68
Black with #B9AF68
Text Example
Text Example
White with #B9AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF68; }
p { color: rgb(185,175,104); }
H1.HeaderClassName
{
color: #B9AF68;
}
.AnyTagClassName
{
color: #B9AF68;
}
</style>
background-color css
<style>
a { background-color: #B9AF68; }
a { background-color: rgb(185,175,104); }
div.DivClassName
{
background-color: #B9AF68;
}
.BgClassName
{
background-color: #B9AF68;
}
</style>
border-color css
<style>
span { border-color: #B9AF68; }
span { border-color: rgb(185,175,104); }
td.TdClassName
{
border-color: #B9AF68;
}
.TagClassName
{
border-color: #B9AF68;
}
</style>