Shades of Gimblet #BFAB6C
Tints of Gimblet #BFAB6C
RGB
CMYK
RGB Variations
Color information
#BFAB6C (or 0xBFAB6C) is known color: Gimblet. HEX triplet: BF, AB and 6C. RGB value is (191,171,108). Sum of RGB (Red+Green+Blue) = 191+171+108=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB6C is #405493. Grayscale: #AAAAAA. Windows color (decimal): -4215956 or 7121855. OLE color: 7121855.
HSL color Cylindrical-coordinate representation of color #BFAB6C: hue angle of 45.54º 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 #BFAB6C is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 108 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.25 |
| HSL | 45.54º | 0.39% | 0.59% | - |
| HSV(B) | 45.54º | 0.43% | 0.75% | - |
| XYZ | 38.76 | 41.28 | 20.11 | - |
| YUV | 169.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 108 | 0 | 0.10 | 0.43 | 0.25 | 45.54 | 0.39 | 0.59 |
| Hex | BF | AB | 6C | 0 | A | 2B | 19 | 2E | 27 | 3B |
| Octal | 277 | 253 | 154 | 0 | 12 | 53 | 31 | 56 | 47 | 73 |
| Binary | 10111111 | 10101011 | 1101100 | 0 | 1010 | 101011 | 11001 | 101110 | 100111 | 111011 |
Color Harmonies of #BFAB6C
Complementary color
Monochromatic Colors of #BFAB6C
Black with #BFAB6C
Text Example
Text Example
White with #BFAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB6C; }
p { color: rgb(191,171,108); }
H1.HeaderClassName
{
color: #BFAB6C;
}
.AnyTagClassName
{
color: #BFAB6C;
}
</style>
background-color css
<style>
a { background-color: #BFAB6C; }
a { background-color: rgb(191,171,108); }
div.DivClassName
{
background-color: #BFAB6C;
}
.BgClassName
{
background-color: #BFAB6C;
}
</style>
border-color css
<style>
span { border-color: #BFAB6C; }
span { border-color: rgb(191,171,108); }
td.TdClassName
{
border-color: #BFAB6C;
}
.TagClassName
{
border-color: #BFAB6C;
}
</style>