Shades of Gimblet #BDAF5A
Tints of Gimblet #BDAF5A
RGB
CMYK
RGB Variations
Color information
#BDAF5A (or 0xBDAF5A) is known color: Gimblet. HEX triplet: BD, AF and 5A. RGB value is (189,175,90). Sum of RGB (Red+Green+Blue) = 189+175+90=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF5A is #4250A5. Grayscale: #A9A9A9. Windows color (decimal): -4346022 or 5943229. OLE color: 5943229.
HSL color Cylindrical-coordinate representation of color #BDAF5A: hue angle of 51.52º 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 #BDAF5A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 90 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.26 |
| HSL | 51.52º | 0.43% | 0.55% | - |
| HSV(B) | 51.52º | 0.52% | 0.74% | - |
| XYZ | 38.16 | 42.22 | 15.81 | - |
| YUV | 169.5 | 83.14 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 90 | 0 | 0.07 | 0.52 | 0.26 | 51.52 | 0.43 | 0.55 |
| Hex | BD | AF | 5A | 0 | 7 | 34 | 1A | 34 | 2B | 37 |
| Octal | 275 | 257 | 132 | 0 | 7 | 64 | 32 | 64 | 53 | 67 |
| Binary | 10111101 | 10101111 | 1011010 | 0 | 111 | 110100 | 11010 | 110100 | 101011 | 110111 |
Color Harmonies of #BDAF5A
Complementary color
Monochromatic Colors of #BDAF5A
Black with #BDAF5A
Text Example
Text Example
White with #BDAF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF5A; }
p { color: rgb(189,175,90); }
H1.HeaderClassName
{
color: #BDAF5A;
}
.AnyTagClassName
{
color: #BDAF5A;
}
</style>
background-color css
<style>
a { background-color: #BDAF5A; }
a { background-color: rgb(189,175,90); }
div.DivClassName
{
background-color: #BDAF5A;
}
.BgClassName
{
background-color: #BDAF5A;
}
</style>
border-color css
<style>
span { border-color: #BDAF5A; }
span { border-color: rgb(189,175,90); }
td.TdClassName
{
border-color: #BDAF5A;
}
.TagClassName
{
border-color: #BDAF5A;
}
</style>