Shades of Gimblet #BFAD6C
Tints of Gimblet #BFAD6C
RGB
CMYK
RGB Variations
Color information
#BFAD6C (or 0xBFAD6C) is known color: Gimblet. HEX triplet: BF, AD and 6C. RGB value is (191,173,108). Sum of RGB (Red+Green+Blue) = 191+173+108=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD6C is #405293. Grayscale: #ABABAB. Windows color (decimal): -4215444 or 7122367. OLE color: 7122367.
HSL color Cylindrical-coordinate representation of color #BFAD6C: hue angle of 46.99º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFAD6C is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 108 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.25 |
| HSL | 46.99º | 0.39% | 0.59% | - |
| HSV(B) | 46.99º | 0.43% | 0.75% | - |
| XYZ | 39.14 | 42.05 | 20.24 | - |
| YUV | 170.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 108 | 0 | 0.09 | 0.43 | 0.25 | 46.99 | 0.39 | 0.59 |
| Hex | BF | AD | 6C | 0 | 9 | 2B | 19 | 2F | 27 | 3B |
| Octal | 277 | 255 | 154 | 0 | 11 | 53 | 31 | 57 | 47 | 73 |
| Binary | 10111111 | 10101101 | 1101100 | 0 | 1001 | 101011 | 11001 | 101111 | 100111 | 111011 |
Color Harmonies of #BFAD6C
Complementary color
Monochromatic Colors of #BFAD6C
Black with #BFAD6C
Text Example
Text Example
White with #BFAD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD6C; }
p { color: rgb(191,173,108); }
H1.HeaderClassName
{
color: #BFAD6C;
}
.AnyTagClassName
{
color: #BFAD6C;
}
</style>
background-color css
<style>
a { background-color: #BFAD6C; }
a { background-color: rgb(191,173,108); }
div.DivClassName
{
background-color: #BFAD6C;
}
.BgClassName
{
background-color: #BFAD6C;
}
</style>
border-color css
<style>
span { border-color: #BFAD6C; }
span { border-color: rgb(191,173,108); }
td.TdClassName
{
border-color: #BFAD6C;
}
.TagClassName
{
border-color: #BFAD6C;
}
</style>