Shades of Gimblet #BDAB63
Tints of Gimblet #BDAB63
RGB
CMYK
RGB Variations
Color information
#BDAB63 (or 0xBDAB63) is known color: Gimblet. HEX triplet: BD, AB and 63. RGB value is (189,171,99). Sum of RGB (Red+Green+Blue) = 189+171+99=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB63 is #42549C. Grayscale: #A8A8A8. Windows color (decimal): -4347037 or 6532029. OLE color: 6532029.
HSL color Cylindrical-coordinate representation of color #BDAB63: hue angle of 48º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDAB63 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 99 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.26 |
| HSL | 48º | 0.41% | 0.56% | - |
| HSV(B) | 48º | 0.48% | 0.74% | - |
| XYZ | 37.8 | 40.85 | 17.7 | - |
| YUV | 168.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 99 | 0 | 0.10 | 0.48 | 0.26 | 48 | 0.41 | 0.56 |
| Hex | BD | AB | 63 | 0 | A | 30 | 1A | 30 | 29 | 38 |
| Octal | 275 | 253 | 143 | 0 | 12 | 60 | 32 | 60 | 51 | 70 |
| Binary | 10111101 | 10101011 | 1100011 | 0 | 1010 | 110000 | 11010 | 110000 | 101001 | 111000 |
Color Harmonies of #BDAB63
Complementary color
Monochromatic Colors of #BDAB63
Black with #BDAB63
Text Example
Text Example
White with #BDAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB63; }
p { color: rgb(189,171,99); }
H1.HeaderClassName
{
color: #BDAB63;
}
.AnyTagClassName
{
color: #BDAB63;
}
</style>
background-color css
<style>
a { background-color: #BDAB63; }
a { background-color: rgb(189,171,99); }
div.DivClassName
{
background-color: #BDAB63;
}
.BgClassName
{
background-color: #BDAB63;
}
</style>
border-color css
<style>
span { border-color: #BDAB63; }
span { border-color: rgb(189,171,99); }
td.TdClassName
{
border-color: #BDAB63;
}
.TagClassName
{
border-color: #BDAB63;
}
</style>