Shades of Gimblet #BDAF55
Tints of Gimblet #BDAF55
RGB
CMYK
RGB Variations
Color information
#BDAF55 (or 0xBDAF55) is known color: Gimblet. HEX triplet: BD, AF and 55. RGB value is (189,175,85). Sum of RGB (Red+Green+Blue) = 189+175+85=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF55 is #4250AA. Grayscale: #A9A9A9. Windows color (decimal): -4346027 or 5615549. OLE color: 5615549.
HSL color Cylindrical-coordinate representation of color #BDAF55: hue angle of 51.92º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDAF55 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 85 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.26 |
| HSL | 51.92º | 0.44% | 0.54% | - |
| HSV(B) | 51.92º | 0.55% | 0.74% | - |
| XYZ | 37.96 | 42.13 | 14.73 | - |
| YUV | 168.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 85 | 0 | 0.07 | 0.55 | 0.26 | 51.92 | 0.44 | 0.54 |
| Hex | BD | AF | 55 | 0 | 7 | 37 | 1A | 34 | 2C | 36 |
| Octal | 275 | 257 | 125 | 0 | 7 | 67 | 32 | 64 | 54 | 66 |
| Binary | 10111101 | 10101111 | 1010101 | 0 | 111 | 110111 | 11010 | 110100 | 101100 | 110110 |
Color Harmonies of #BDAF55
Complementary color
Monochromatic Colors of #BDAF55
Black with #BDAF55
Text Example
Text Example
White with #BDAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF55; }
p { color: rgb(189,175,85); }
H1.HeaderClassName
{
color: #BDAF55;
}
.AnyTagClassName
{
color: #BDAF55;
}
</style>
background-color css
<style>
a { background-color: #BDAF55; }
a { background-color: rgb(189,175,85); }
div.DivClassName
{
background-color: #BDAF55;
}
.BgClassName
{
background-color: #BDAF55;
}
</style>
border-color css
<style>
span { border-color: #BDAF55; }
span { border-color: rgb(189,175,85); }
td.TdClassName
{
border-color: #BDAF55;
}
.TagClassName
{
border-color: #BDAF55;
}
</style>