Shades of Gimblet #B9AF65
Tints of Gimblet #B9AF65
RGB
CMYK
RGB Variations
Color information
#B9AF65 (or 0xB9AF65) is known color: Gimblet. HEX triplet: B9, AF and 65. RGB value is (185,175,101). Sum of RGB (Red+Green+Blue) = 185+175+101=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF65 is #46509A. Grayscale: #A9A9A9. Windows color (decimal): -4608155 or 6664121. OLE color: 6664121.
HSL color Cylindrical-coordinate representation of color #B9AF65: hue angle of 52.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9AF65 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 101 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.27 |
| HSL | 52.86º | 0.38% | 0.56% | - |
| HSV(B) | 52.86º | 0.45% | 0.73% | - |
| XYZ | 37.69 | 41.91 | 18.42 | - |
| YUV | 169.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 101 | 0 | 0.05 | 0.45 | 0.27 | 52.86 | 0.38 | 0.56 |
| Hex | B9 | AF | 65 | 0 | 5 | 2D | 1B | 35 | 26 | 38 |
| Octal | 271 | 257 | 145 | 0 | 5 | 55 | 33 | 65 | 46 | 70 |
| Binary | 10111001 | 10101111 | 1100101 | 0 | 101 | 101101 | 11011 | 110101 | 100110 | 111000 |
Color Harmonies of #B9AF65
Complementary color
Monochromatic Colors of #B9AF65
Black with #B9AF65
Text Example
Text Example
White with #B9AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF65; }
p { color: rgb(185,175,101); }
H1.HeaderClassName
{
color: #B9AF65;
}
.AnyTagClassName
{
color: #B9AF65;
}
</style>
background-color css
<style>
a { background-color: #B9AF65; }
a { background-color: rgb(185,175,101); }
div.DivClassName
{
background-color: #B9AF65;
}
.BgClassName
{
background-color: #B9AF65;
}
</style>
border-color css
<style>
span { border-color: #B9AF65; }
span { border-color: rgb(185,175,101); }
td.TdClassName
{
border-color: #B9AF65;
}
.TagClassName
{
border-color: #B9AF65;
}
</style>