Shades of Gimblet #BDAB5D
Tints of Gimblet #BDAB5D
RGB
CMYK
RGB Variations
Color information
#BDAB5D (or 0xBDAB5D) is known color: Gimblet. HEX triplet: BD, AB and 5D. RGB value is (189,171,93). Sum of RGB (Red+Green+Blue) = 189+171+93=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB5D is #4254A2. Grayscale: #A7A7A7. Windows color (decimal): -4347043 or 6138813. OLE color: 6138813.
HSL color Cylindrical-coordinate representation of color #BDAB5D: hue angle of 48.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDAB5D is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 93 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.26 |
| HSL | 48.75º | 0.42% | 0.55% | - |
| HSV(B) | 48.75º | 0.51% | 0.74% | - |
| XYZ | 37.52 | 40.73 | 16.24 | - |
| YUV | 167.49 | 85.96 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 93 | 0 | 0.10 | 0.51 | 0.26 | 48.75 | 0.42 | 0.55 |
| Hex | BD | AB | 5D | 0 | A | 33 | 1A | 31 | 2A | 37 |
| Octal | 275 | 253 | 135 | 0 | 12 | 63 | 32 | 61 | 52 | 67 |
| Binary | 10111101 | 10101011 | 1011101 | 0 | 1010 | 110011 | 11010 | 110001 | 101010 | 110111 |
Color Harmonies of #BDAB5D
Complementary color
Monochromatic Colors of #BDAB5D
Black with #BDAB5D
Text Example
Text Example
White with #BDAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB5D; }
p { color: rgb(189,171,93); }
H1.HeaderClassName
{
color: #BDAB5D;
}
.AnyTagClassName
{
color: #BDAB5D;
}
</style>
background-color css
<style>
a { background-color: #BDAB5D; }
a { background-color: rgb(189,171,93); }
div.DivClassName
{
background-color: #BDAB5D;
}
.BgClassName
{
background-color: #BDAB5D;
}
</style>
border-color css
<style>
span { border-color: #BDAB5D; }
span { border-color: rgb(189,171,93); }
td.TdClassName
{
border-color: #BDAB5D;
}
.TagClassName
{
border-color: #BDAB5D;
}
</style>