Shades of Gimblet #BFAB5C
Tints of Gimblet #BFAB5C
RGB
CMYK
RGB Variations
Color information
#BFAB5C (or 0xBFAB5C) is known color: Gimblet. HEX triplet: BF, AB and 5C. RGB value is (191,171,92). Sum of RGB (Red+Green+Blue) = 191+171+92=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB5C is #4054A3. Grayscale: #A8A8A8. Windows color (decimal): -4215972 or 6073279. OLE color: 6073279.
HSL color Cylindrical-coordinate representation of color #BFAB5C: hue angle of 47.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFAB5C is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 92 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.25 |
| HSL | 47.88º | 0.44% | 0.55% | - |
| HSV(B) | 47.88º | 0.52% | 0.75% | - |
| XYZ | 37.98 | 40.97 | 16.03 | - |
| YUV | 167.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 92 | 0 | 0.10 | 0.52 | 0.25 | 47.88 | 0.44 | 0.55 |
| Hex | BF | AB | 5C | 0 | A | 34 | 19 | 30 | 2C | 37 |
| Octal | 277 | 253 | 134 | 0 | 12 | 64 | 31 | 60 | 54 | 67 |
| Binary | 10111111 | 10101011 | 1011100 | 0 | 1010 | 110100 | 11001 | 110000 | 101100 | 110111 |
Color Harmonies of #BFAB5C
Complementary color
Monochromatic Colors of #BFAB5C
Black with #BFAB5C
Text Example
Text Example
White with #BFAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB5C; }
p { color: rgb(191,171,92); }
H1.HeaderClassName
{
color: #BFAB5C;
}
.AnyTagClassName
{
color: #BFAB5C;
}
</style>
background-color css
<style>
a { background-color: #BFAB5C; }
a { background-color: rgb(191,171,92); }
div.DivClassName
{
background-color: #BFAB5C;
}
.BgClassName
{
background-color: #BFAB5C;
}
</style>
border-color css
<style>
span { border-color: #BFAB5C; }
span { border-color: rgb(191,171,92); }
td.TdClassName
{
border-color: #BFAB5C;
}
.TagClassName
{
border-color: #BFAB5C;
}
</style>