Shades of Gimblet #BFAB5B
Tints of Gimblet #BFAB5B
RGB
CMYK
RGB Variations
Color information
#BFAB5B (or 0xBFAB5B) is known color: Gimblet. HEX triplet: BF, AB and 5B. RGB value is (191,171,91). Sum of RGB (Red+Green+Blue) = 191+171+91=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB5B is #4054A4. Grayscale: #A8A8A8. Windows color (decimal): -4215973 or 6007743. OLE color: 6007743.
HSL color Cylindrical-coordinate representation of color #BFAB5B: hue angle of 48º 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 #BFAB5B is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 91 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.25 |
| HSL | 48º | 0.44% | 0.55% | - |
| HSV(B) | 48º | 0.52% | 0.75% | - |
| XYZ | 37.94 | 40.96 | 15.8 | - |
| YUV | 167.86 | 84.63 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 91 | 0 | 0.10 | 0.52 | 0.25 | 48 | 0.44 | 0.55 |
| Hex | BF | AB | 5B | 0 | A | 34 | 19 | 30 | 2C | 37 |
| Octal | 277 | 253 | 133 | 0 | 12 | 64 | 31 | 60 | 54 | 67 |
| Binary | 10111111 | 10101011 | 1011011 | 0 | 1010 | 110100 | 11001 | 110000 | 101100 | 110111 |
Color Harmonies of #BFAB5B
Complementary color
Monochromatic Colors of #BFAB5B
Black with #BFAB5B
Text Example
Text Example
White with #BFAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB5B; }
p { color: rgb(191,171,91); }
H1.HeaderClassName
{
color: #BFAB5B;
}
.AnyTagClassName
{
color: #BFAB5B;
}
</style>
background-color css
<style>
a { background-color: #BFAB5B; }
a { background-color: rgb(191,171,91); }
div.DivClassName
{
background-color: #BFAB5B;
}
.BgClassName
{
background-color: #BFAB5B;
}
</style>
border-color css
<style>
span { border-color: #BFAB5B; }
span { border-color: rgb(191,171,91); }
td.TdClassName
{
border-color: #BFAB5B;
}
.TagClassName
{
border-color: #BFAB5B;
}
</style>