Shades of Gimblet #BDAF64
Tints of Gimblet #BDAF64
RGB
CMYK
RGB Variations
Color information
#BDAF64 (or 0xBDAF64) is known color: Gimblet. HEX triplet: BD, AF and 64. RGB value is (189,175,100). Sum of RGB (Red+Green+Blue) = 189+175+100=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF64 is #42509B. Grayscale: #AAAAAA. Windows color (decimal): -4346012 or 6598589. OLE color: 6598589.
HSL color Cylindrical-coordinate representation of color #BDAF64: hue angle of 50.56º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDAF64 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 100 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.26 |
| HSL | 50.56º | 0.4% | 0.57% | - |
| HSV(B) | 50.56º | 0.47% | 0.74% | - |
| XYZ | 38.62 | 42.4 | 18.21 | - |
| YUV | 170.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 100 | 0 | 0.07 | 0.47 | 0.26 | 50.56 | 0.4 | 0.57 |
| Hex | BD | AF | 64 | 0 | 7 | 2F | 1A | 33 | 28 | 39 |
| Octal | 275 | 257 | 144 | 0 | 7 | 57 | 32 | 63 | 50 | 71 |
| Binary | 10111101 | 10101111 | 1100100 | 0 | 111 | 101111 | 11010 | 110011 | 101000 | 111001 |
Color Harmonies of #BDAF64
Complementary color
Monochromatic Colors of #BDAF64
Black with #BDAF64
Text Example
Text Example
White with #BDAF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF64; }
p { color: rgb(189,175,100); }
H1.HeaderClassName
{
color: #BDAF64;
}
.AnyTagClassName
{
color: #BDAF64;
}
</style>
background-color css
<style>
a { background-color: #BDAF64; }
a { background-color: rgb(189,175,100); }
div.DivClassName
{
background-color: #BDAF64;
}
.BgClassName
{
background-color: #BDAF64;
}
</style>
border-color css
<style>
span { border-color: #BDAF64; }
span { border-color: rgb(189,175,100); }
td.TdClassName
{
border-color: #BDAF64;
}
.TagClassName
{
border-color: #BDAF64;
}
</style>