Shades of Gimblet #BFAC6C
Tints of Gimblet #BFAC6C
RGB
CMYK
RGB Variations
Color information
#BFAC6C (or 0xBFAC6C) is known color: Gimblet. HEX triplet: BF, AC and 6C. RGB value is (191,172,108). Sum of RGB (Red+Green+Blue) = 191+172+108=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC6C is #405393. Grayscale: #AAAAAA. Windows color (decimal): -4215700 or 7122111. OLE color: 7122111.
HSL color Cylindrical-coordinate representation of color #BFAC6C: hue angle of 46.27º 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 #BFAC6C is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 108 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.25 |
| HSL | 46.27º | 0.39% | 0.59% | - |
| HSV(B) | 46.27º | 0.43% | 0.75% | - |
| XYZ | 38.95 | 41.66 | 20.18 | - |
| YUV | 170.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 108 | 0 | 0.10 | 0.43 | 0.25 | 46.27 | 0.39 | 0.59 |
| Hex | BF | AC | 6C | 0 | A | 2B | 19 | 2E | 27 | 3B |
| Octal | 277 | 254 | 154 | 0 | 12 | 53 | 31 | 56 | 47 | 73 |
| Binary | 10111111 | 10101100 | 1101100 | 0 | 1010 | 101011 | 11001 | 101110 | 100111 | 111011 |
Color Harmonies of #BFAC6C
Complementary color
Monochromatic Colors of #BFAC6C
Black with #BFAC6C
Text Example
Text Example
White with #BFAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC6C; }
p { color: rgb(191,172,108); }
H1.HeaderClassName
{
color: #BFAC6C;
}
.AnyTagClassName
{
color: #BFAC6C;
}
</style>
background-color css
<style>
a { background-color: #BFAC6C; }
a { background-color: rgb(191,172,108); }
div.DivClassName
{
background-color: #BFAC6C;
}
.BgClassName
{
background-color: #BFAC6C;
}
</style>
border-color css
<style>
span { border-color: #BFAC6C; }
span { border-color: rgb(191,172,108); }
td.TdClassName
{
border-color: #BFAC6C;
}
.TagClassName
{
border-color: #BFAC6C;
}
</style>