Shades of Dark Khaki #BDBD6F
Tints of Dark Khaki #BDBD6F
RGB
CMYK
RGB Variations
Color information
#BDBD6F (or 0xBDBD6F) is known color: Dark Khaki. HEX triplet: BD, BD and 6F. RGB value is (189,189,111). Sum of RGB (Red+Green+Blue) = 189+189+111=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD6F is #424290. Grayscale: #B4B4B4. Windows color (decimal): -4342417 or 7323069. OLE color: 7323069.
HSL color Cylindrical-coordinate representation of color #BDBD6F: hue angle of 60º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDBD6F is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 111 | - |
| CMYK | 0 | 0 | 0.41 | 0.26 |
| HSL | 60º | 0.37% | 0.59% | - |
| HSV(B) | 60º | 0.41% | 0.74% | - |
| XYZ | 42.05 | 48.36 | 22.16 | - |
| YUV | 180.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 111 | 0 | 0 | 0.41 | 0.26 | 60 | 0.37 | 0.59 |
| Hex | BD | BD | 6F | 0 | 0 | 29 | 1A | 3C | 25 | 3B |
| Octal | 275 | 275 | 157 | 0 | 0 | 51 | 32 | 74 | 45 | 73 |
| Binary | 10111101 | 10111101 | 1101111 | 0 | 0 | 101001 | 11010 | 111100 | 100101 | 111011 |
Color Harmonies of #BDBD6F
Complementary color
Monochromatic Colors of #BDBD6F
Black with #BDBD6F
Text Example
Text Example
White with #BDBD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD6F; }
p { color: rgb(189,189,111); }
H1.HeaderClassName
{
color: #BDBD6F;
}
.AnyTagClassName
{
color: #BDBD6F;
}
</style>
background-color css
<style>
a { background-color: #BDBD6F; }
a { background-color: rgb(189,189,111); }
div.DivClassName
{
background-color: #BDBD6F;
}
.BgClassName
{
background-color: #BDBD6F;
}
</style>
border-color css
<style>
span { border-color: #BDBD6F; }
span { border-color: rgb(189,189,111); }
td.TdClassName
{
border-color: #BDBD6F;
}
.TagClassName
{
border-color: #BDBD6F;
}
</style>