Shades of Gimblet #BFAD63
Tints of Gimblet #BFAD63
RGB
CMYK
RGB Variations
Color information
#BFAD63 (or 0xBFAD63) is known color: Gimblet. HEX triplet: BF, AD and 63. RGB value is (191,173,99). Sum of RGB (Red+Green+Blue) = 191+173+99=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD63 is #40529C. Grayscale: #AAAAAA. Windows color (decimal): -4215453 or 6532543. OLE color: 6532543.
HSL color Cylindrical-coordinate representation of color #BFAD63: hue angle of 48.26º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFAD63 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 99 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.25 |
| HSL | 48.26º | 0.42% | 0.57% | - |
| HSV(B) | 48.26º | 0.48% | 0.75% | - |
| XYZ | 38.68 | 41.86 | 17.85 | - |
| YUV | 169.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 99 | 0 | 0.09 | 0.48 | 0.25 | 48.26 | 0.42 | 0.57 |
| Hex | BF | AD | 63 | 0 | 9 | 30 | 19 | 30 | 2A | 39 |
| Octal | 277 | 255 | 143 | 0 | 11 | 60 | 31 | 60 | 52 | 71 |
| Binary | 10111111 | 10101101 | 1100011 | 0 | 1001 | 110000 | 11001 | 110000 | 101010 | 111001 |
Color Harmonies of #BFAD63
Complementary color
Monochromatic Colors of #BFAD63
Black with #BFAD63
Text Example
Text Example
White with #BFAD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD63; }
p { color: rgb(191,173,99); }
H1.HeaderClassName
{
color: #BFAD63;
}
.AnyTagClassName
{
color: #BFAD63;
}
</style>
background-color css
<style>
a { background-color: #BFAD63; }
a { background-color: rgb(191,173,99); }
div.DivClassName
{
background-color: #BFAD63;
}
.BgClassName
{
background-color: #BFAD63;
}
</style>
border-color css
<style>
span { border-color: #BFAD63; }
span { border-color: rgb(191,173,99); }
td.TdClassName
{
border-color: #BFAD63;
}
.TagClassName
{
border-color: #BFAD63;
}
</style>