Shades of Gimblet #BDAF5C
Tints of Gimblet #BDAF5C
RGB
CMYK
RGB Variations
Color information
#BDAF5C (or 0xBDAF5C) is known color: Gimblet. HEX triplet: BD, AF and 5C. RGB value is (189,175,92). Sum of RGB (Red+Green+Blue) = 189+175+92=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF5C is #4250A3. Grayscale: #AAAAAA. Windows color (decimal): -4346020 or 6074301. OLE color: 6074301.
HSL color Cylindrical-coordinate representation of color #BDAF5C: hue angle of 51.34º 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 #BDAF5C is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 92 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.26 |
| HSL | 51.34º | 0.42% | 0.55% | - |
| HSV(B) | 51.34º | 0.51% | 0.74% | - |
| XYZ | 38.25 | 42.25 | 16.26 | - |
| YUV | 169.72 | 84.14 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 92 | 0 | 0.07 | 0.51 | 0.26 | 51.34 | 0.42 | 0.55 |
| Hex | BD | AF | 5C | 0 | 7 | 33 | 1A | 33 | 2A | 37 |
| Octal | 275 | 257 | 134 | 0 | 7 | 63 | 32 | 63 | 52 | 67 |
| Binary | 10111101 | 10101111 | 1011100 | 0 | 111 | 110011 | 11010 | 110011 | 101010 | 110111 |
Color Harmonies of #BDAF5C
Complementary color
Monochromatic Colors of #BDAF5C
Black with #BDAF5C
Text Example
Text Example
White with #BDAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF5C; }
p { color: rgb(189,175,92); }
H1.HeaderClassName
{
color: #BDAF5C;
}
.AnyTagClassName
{
color: #BDAF5C;
}
</style>
background-color css
<style>
a { background-color: #BDAF5C; }
a { background-color: rgb(189,175,92); }
div.DivClassName
{
background-color: #BDAF5C;
}
.BgClassName
{
background-color: #BDAF5C;
}
</style>
border-color css
<style>
span { border-color: #BDAF5C; }
span { border-color: rgb(189,175,92); }
td.TdClassName
{
border-color: #BDAF5C;
}
.TagClassName
{
border-color: #BDAF5C;
}
</style>