Shades of Gimblet #BFAB6B
Tints of Gimblet #BFAB6B
RGB
CMYK
RGB Variations
Color information
#BFAB6B (or 0xBFAB6B) is known color: Gimblet. HEX triplet: BF, AB and 6B. RGB value is (191,171,107). Sum of RGB (Red+Green+Blue) = 191+171+107=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB6B is #405494. Grayscale: #A9A9A9. Windows color (decimal): -4215957 or 7056319. OLE color: 7056319.
HSL color Cylindrical-coordinate representation of color #BFAB6B: hue angle of 45.71º 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 #BFAB6B is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 107 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.25 |
| HSL | 45.71º | 0.4% | 0.58% | - |
| HSV(B) | 45.71º | 0.44% | 0.75% | - |
| XYZ | 38.7 | 41.26 | 19.83 | - |
| YUV | 169.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 107 | 0 | 0.10 | 0.44 | 0.25 | 45.71 | 0.4 | 0.58 |
| Hex | BF | AB | 6B | 0 | A | 2C | 19 | 2E | 28 | 3A |
| Octal | 277 | 253 | 153 | 0 | 12 | 54 | 31 | 56 | 50 | 72 |
| Binary | 10111111 | 10101011 | 1101011 | 0 | 1010 | 101100 | 11001 | 101110 | 101000 | 111010 |
Color Harmonies of #BFAB6B
Complementary color
Monochromatic Colors of #BFAB6B
Black with #BFAB6B
Text Example
Text Example
White with #BFAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB6B; }
p { color: rgb(191,171,107); }
H1.HeaderClassName
{
color: #BFAB6B;
}
.AnyTagClassName
{
color: #BFAB6B;
}
</style>
background-color css
<style>
a { background-color: #BFAB6B; }
a { background-color: rgb(191,171,107); }
div.DivClassName
{
background-color: #BFAB6B;
}
.BgClassName
{
background-color: #BFAB6B;
}
</style>
border-color css
<style>
span { border-color: #BFAB6B; }
span { border-color: rgb(191,171,107); }
td.TdClassName
{
border-color: #BFAB6B;
}
.TagClassName
{
border-color: #BFAB6B;
}
</style>