Shades of Gimblet #B9AF67
Tints of Gimblet #B9AF67
RGB
CMYK
RGB Variations
Color information
#B9AF67 (or 0xB9AF67) is known color: Gimblet. HEX triplet: B9, AF and 67. RGB value is (185,175,103). Sum of RGB (Red+Green+Blue) = 185+175+103=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF67 is #465098. Grayscale: #AAAAAA. Windows color (decimal): -4608153 or 6795193. OLE color: 6795193.
HSL color Cylindrical-coordinate representation of color #B9AF67: hue angle of 52.68º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9AF67 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 103 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.27 |
| HSL | 52.68º | 0.37% | 0.56% | - |
| HSV(B) | 52.68º | 0.44% | 0.73% | - |
| XYZ | 37.79 | 41.95 | 18.94 | - |
| YUV | 169.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 103 | 0 | 0.05 | 0.44 | 0.27 | 52.68 | 0.37 | 0.56 |
| Hex | B9 | AF | 67 | 0 | 5 | 2C | 1B | 35 | 25 | 38 |
| Octal | 271 | 257 | 147 | 0 | 5 | 54 | 33 | 65 | 45 | 70 |
| Binary | 10111001 | 10101111 | 1100111 | 0 | 101 | 101100 | 11011 | 110101 | 100101 | 111000 |
Color Harmonies of #B9AF67
Complementary color
Monochromatic Colors of #B9AF67
Black with #B9AF67
Text Example
Text Example
White with #B9AF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF67; }
p { color: rgb(185,175,103); }
H1.HeaderClassName
{
color: #B9AF67;
}
.AnyTagClassName
{
color: #B9AF67;
}
</style>
background-color css
<style>
a { background-color: #B9AF67; }
a { background-color: rgb(185,175,103); }
div.DivClassName
{
background-color: #B9AF67;
}
.BgClassName
{
background-color: #B9AF67;
}
</style>
border-color css
<style>
span { border-color: #B9AF67; }
span { border-color: rgb(185,175,103); }
td.TdClassName
{
border-color: #B9AF67;
}
.TagClassName
{
border-color: #B9AF67;
}
</style>