Shades of Gimblet #BDAC5C
Tints of Gimblet #BDAC5C
RGB
CMYK
RGB Variations
Color information
#BDAC5C (or 0xBDAC5C) is known color: Gimblet. HEX triplet: BD, AC and 5C. RGB value is (189,172,92). Sum of RGB (Red+Green+Blue) = 189+172+92=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC5C is #4253A3. Grayscale: #A8A8A8. Windows color (decimal): -4346788 or 6073533. OLE color: 6073533.
HSL color Cylindrical-coordinate representation of color #BDAC5C: hue angle of 49.48º 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 #BDAC5C is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 92 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.26 |
| HSL | 49.48º | 0.42% | 0.55% | - |
| HSV(B) | 49.48º | 0.51% | 0.74% | - |
| XYZ | 37.67 | 41.1 | 16.07 | - |
| YUV | 167.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 92 | 0 | 0.09 | 0.51 | 0.26 | 49.48 | 0.42 | 0.55 |
| Hex | BD | AC | 5C | 0 | 9 | 33 | 1A | 31 | 2A | 37 |
| Octal | 275 | 254 | 134 | 0 | 11 | 63 | 32 | 61 | 52 | 67 |
| Binary | 10111101 | 10101100 | 1011100 | 0 | 1001 | 110011 | 11010 | 110001 | 101010 | 110111 |
Color Harmonies of #BDAC5C
Complementary color
Monochromatic Colors of #BDAC5C
Black with #BDAC5C
Text Example
Text Example
White with #BDAC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC5C; }
p { color: rgb(189,172,92); }
H1.HeaderClassName
{
color: #BDAC5C;
}
.AnyTagClassName
{
color: #BDAC5C;
}
</style>
background-color css
<style>
a { background-color: #BDAC5C; }
a { background-color: rgb(189,172,92); }
div.DivClassName
{
background-color: #BDAC5C;
}
.BgClassName
{
background-color: #BDAC5C;
}
</style>
border-color css
<style>
span { border-color: #BDAC5C; }
span { border-color: rgb(189,172,92); }
td.TdClassName
{
border-color: #BDAC5C;
}
.TagClassName
{
border-color: #BDAC5C;
}
</style>