Shades of Gimblet #BDAB5B
Tints of Gimblet #BDAB5B
RGB
CMYK
RGB Variations
Color information
#BDAB5B (or 0xBDAB5B) is known color: Gimblet. HEX triplet: BD, AB and 5B. RGB value is (189,171,91). Sum of RGB (Red+Green+Blue) = 189+171+91=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB5B is #4254A4. Grayscale: #A7A7A7. Windows color (decimal): -4347045 or 6007741. OLE color: 6007741.
HSL color Cylindrical-coordinate representation of color #BDAB5B: hue angle of 48.98º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDAB5B is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 91 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.26 |
| HSL | 48.98º | 0.43% | 0.55% | - |
| HSV(B) | 48.98º | 0.52% | 0.74% | - |
| XYZ | 37.44 | 40.7 | 15.78 | - |
| YUV | 167.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 91 | 0 | 0.10 | 0.52 | 0.26 | 48.98 | 0.43 | 0.55 |
| Hex | BD | AB | 5B | 0 | A | 34 | 1A | 31 | 2B | 37 |
| Octal | 275 | 253 | 133 | 0 | 12 | 64 | 32 | 61 | 53 | 67 |
| Binary | 10111101 | 10101011 | 1011011 | 0 | 1010 | 110100 | 11010 | 110001 | 101011 | 110111 |
Color Harmonies of #BDAB5B
Complementary color
Monochromatic Colors of #BDAB5B
Black with #BDAB5B
Text Example
Text Example
White with #BDAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB5B; }
p { color: rgb(189,171,91); }
H1.HeaderClassName
{
color: #BDAB5B;
}
.AnyTagClassName
{
color: #BDAB5B;
}
</style>
background-color css
<style>
a { background-color: #BDAB5B; }
a { background-color: rgb(189,171,91); }
div.DivClassName
{
background-color: #BDAB5B;
}
.BgClassName
{
background-color: #BDAB5B;
}
</style>
border-color css
<style>
span { border-color: #BDAB5B; }
span { border-color: rgb(189,171,91); }
td.TdClassName
{
border-color: #BDAB5B;
}
.TagClassName
{
border-color: #BDAB5B;
}
</style>