Shades of Gimblet #BFAB5D
Tints of Gimblet #BFAB5D
RGB
CMYK
RGB Variations
Color information
#BFAB5D (or 0xBFAB5D) is known color: Gimblet. HEX triplet: BF, AB and 5D. RGB value is (191,171,93). Sum of RGB (Red+Green+Blue) = 191+171+93=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB5D is #4054A2. Grayscale: #A8A8A8. Windows color (decimal): -4215971 or 6138815. OLE color: 6138815.
HSL color Cylindrical-coordinate representation of color #BFAB5D: hue angle of 47.76º 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 #BFAB5D is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 93 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.25 |
| HSL | 47.76º | 0.43% | 0.56% | - |
| HSV(B) | 47.76º | 0.51% | 0.75% | - |
| XYZ | 38.02 | 40.99 | 16.26 | - |
| YUV | 168.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 93 | 0 | 0.10 | 0.51 | 0.25 | 47.76 | 0.43 | 0.56 |
| Hex | BF | AB | 5D | 0 | A | 33 | 19 | 30 | 2B | 38 |
| Octal | 277 | 253 | 135 | 0 | 12 | 63 | 31 | 60 | 53 | 70 |
| Binary | 10111111 | 10101011 | 1011101 | 0 | 1010 | 110011 | 11001 | 110000 | 101011 | 111000 |
Color Harmonies of #BFAB5D
Complementary color
Monochromatic Colors of #BFAB5D
Black with #BFAB5D
Text Example
Text Example
White with #BFAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB5D; }
p { color: rgb(191,171,93); }
H1.HeaderClassName
{
color: #BFAB5D;
}
.AnyTagClassName
{
color: #BFAB5D;
}
</style>
background-color css
<style>
a { background-color: #BFAB5D; }
a { background-color: rgb(191,171,93); }
div.DivClassName
{
background-color: #BFAB5D;
}
.BgClassName
{
background-color: #BFAB5D;
}
</style>
border-color css
<style>
span { border-color: #BFAB5D; }
span { border-color: rgb(191,171,93); }
td.TdClassName
{
border-color: #BFAB5D;
}
.TagClassName
{
border-color: #BFAB5D;
}
</style>