Shades of Gimblet #BFAC5D
Tints of Gimblet #BFAC5D
RGB
CMYK
RGB Variations
Color information
#BFAC5D (or 0xBFAC5D) is known color: Gimblet. HEX triplet: BF, AC and 5D. RGB value is (191,172,93). Sum of RGB (Red+Green+Blue) = 191+172+93=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC5D is #4053A2. Grayscale: #A9A9A9. Windows color (decimal): -4215715 or 6139071. OLE color: 6139071.
HSL color Cylindrical-coordinate representation of color #BFAC5D: hue angle of 48.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFAC5D is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 93 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.25 |
| HSL | 48.37º | 0.43% | 0.56% | - |
| HSV(B) | 48.37º | 0.51% | 0.75% | - |
| XYZ | 38.21 | 41.37 | 16.33 | - |
| YUV | 168.68 | 85.29 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 93 | 0 | 0.10 | 0.51 | 0.25 | 48.37 | 0.43 | 0.56 |
| Hex | BF | AC | 5D | 0 | A | 33 | 19 | 30 | 2B | 38 |
| Octal | 277 | 254 | 135 | 0 | 12 | 63 | 31 | 60 | 53 | 70 |
| Binary | 10111111 | 10101100 | 1011101 | 0 | 1010 | 110011 | 11001 | 110000 | 101011 | 111000 |
Color Harmonies of #BFAC5D
Complementary color
Monochromatic Colors of #BFAC5D
Black with #BFAC5D
Text Example
Text Example
White with #BFAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC5D; }
p { color: rgb(191,172,93); }
H1.HeaderClassName
{
color: #BFAC5D;
}
.AnyTagClassName
{
color: #BFAC5D;
}
</style>
background-color css
<style>
a { background-color: #BFAC5D; }
a { background-color: rgb(191,172,93); }
div.DivClassName
{
background-color: #BFAC5D;
}
.BgClassName
{
background-color: #BFAC5D;
}
</style>
border-color css
<style>
span { border-color: #BFAC5D; }
span { border-color: rgb(191,172,93); }
td.TdClassName
{
border-color: #BFAC5D;
}
.TagClassName
{
border-color: #BFAC5D;
}
</style>