Shades of Dark Khaki #BDBB6F
Tints of Dark Khaki #BDBB6F
RGB
CMYK
RGB Variations
Color information
#BDBB6F (or 0xBDBB6F) is known color: Dark Khaki. HEX triplet: BD, BB and 6F. RGB value is (189,187,111). Sum of RGB (Red+Green+Blue) = 189+187+111=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB6F is #424490. Grayscale: #B3B3B3. Windows color (decimal): -4342929 or 7322557. OLE color: 7322557.
HSL color Cylindrical-coordinate representation of color #BDBB6F: hue angle of 58.46º 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 #BDBB6F is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 111 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.26 |
| HSL | 58.46º | 0.37% | 0.59% | - |
| HSV(B) | 58.46º | 0.41% | 0.74% | - |
| XYZ | 41.63 | 47.51 | 22.01 | - |
| YUV | 178.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 111 | 0 | 0.01 | 0.41 | 0.26 | 58.46 | 0.37 | 0.59 |
| Hex | BD | BB | 6F | 0 | 1 | 29 | 1A | 3A | 25 | 3B |
| Octal | 275 | 273 | 157 | 0 | 1 | 51 | 32 | 72 | 45 | 73 |
| Binary | 10111101 | 10111011 | 1101111 | 0 | 1 | 101001 | 11010 | 111010 | 100101 | 111011 |
Color Harmonies of #BDBB6F
Complementary color
Monochromatic Colors of #BDBB6F
Black with #BDBB6F
Text Example
Text Example
White with #BDBB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB6F; }
p { color: rgb(189,187,111); }
H1.HeaderClassName
{
color: #BDBB6F;
}
.AnyTagClassName
{
color: #BDBB6F;
}
</style>
background-color css
<style>
a { background-color: #BDBB6F; }
a { background-color: rgb(189,187,111); }
div.DivClassName
{
background-color: #BDBB6F;
}
.BgClassName
{
background-color: #BDBB6F;
}
</style>
border-color css
<style>
span { border-color: #BDBB6F; }
span { border-color: rgb(189,187,111); }
td.TdClassName
{
border-color: #BDBB6F;
}
.TagClassName
{
border-color: #BDBB6F;
}
</style>