Shades of Gimblet #BFAC6B
Tints of Gimblet #BFAC6B
RGB
CMYK
RGB Variations
Color information
#BFAC6B (or 0xBFAC6B) is known color: Gimblet. HEX triplet: BF, AC and 6B. RGB value is (191,172,107). Sum of RGB (Red+Green+Blue) = 191+172+107=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC6B is #405394. Grayscale: #AAAAAA. Windows color (decimal): -4215701 or 7056575. OLE color: 7056575.
HSL color Cylindrical-coordinate representation of color #BFAC6B: hue angle of 46.43º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFAC6B is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 107 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.25 |
| HSL | 46.43º | 0.4% | 0.58% | - |
| HSV(B) | 46.43º | 0.44% | 0.75% | - |
| XYZ | 38.89 | 41.64 | 19.9 | - |
| YUV | 170.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 107 | 0 | 0.10 | 0.44 | 0.25 | 46.43 | 0.4 | 0.58 |
| Hex | BF | AC | 6B | 0 | A | 2C | 19 | 2E | 28 | 3A |
| Octal | 277 | 254 | 153 | 0 | 12 | 54 | 31 | 56 | 50 | 72 |
| Binary | 10111111 | 10101100 | 1101011 | 0 | 1010 | 101100 | 11001 | 101110 | 101000 | 111010 |
Color Harmonies of #BFAC6B
Complementary color
Monochromatic Colors of #BFAC6B
Black with #BFAC6B
Text Example
Text Example
White with #BFAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC6B; }
p { color: rgb(191,172,107); }
H1.HeaderClassName
{
color: #BFAC6B;
}
.AnyTagClassName
{
color: #BFAC6B;
}
</style>
background-color css
<style>
a { background-color: #BFAC6B; }
a { background-color: rgb(191,172,107); }
div.DivClassName
{
background-color: #BFAC6B;
}
.BgClassName
{
background-color: #BFAC6B;
}
</style>
border-color css
<style>
span { border-color: #BFAC6B; }
span { border-color: rgb(191,172,107); }
td.TdClassName
{
border-color: #BFAC6B;
}
.TagClassName
{
border-color: #BFAC6B;
}
</style>