Shades of Dark Khaki #BDBB6D
Tints of Dark Khaki #BDBB6D
RGB
CMYK
RGB Variations
Color information
#BDBB6D (or 0xBDBB6D) is known color: Dark Khaki. HEX triplet: BD, BB and 6D. RGB value is (189,187,109). Sum of RGB (Red+Green+Blue) = 189+187+109=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB6D is #424492. Grayscale: #B3B3B3. Windows color (decimal): -4342931 or 7191485. OLE color: 7191485.
HSL color Cylindrical-coordinate representation of color #BDBB6D: hue angle of 58.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDBB6D is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 109 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.26 |
| HSL | 58.5º | 0.38% | 0.58% | - |
| HSV(B) | 58.5º | 0.42% | 0.74% | - |
| XYZ | 41.52 | 47.46 | 21.44 | - |
| YUV | 178.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 109 | 0 | 0.01 | 0.42 | 0.26 | 58.5 | 0.38 | 0.58 |
| Hex | BD | BB | 6D | 0 | 1 | 2A | 1A | 3A | 26 | 3A |
| Octal | 275 | 273 | 155 | 0 | 1 | 52 | 32 | 72 | 46 | 72 |
| Binary | 10111101 | 10111011 | 1101101 | 0 | 1 | 101010 | 11010 | 111010 | 100110 | 111010 |
Color Harmonies of #BDBB6D
Complementary color
Monochromatic Colors of #BDBB6D
Black with #BDBB6D
Text Example
Text Example
White with #BDBB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB6D; }
p { color: rgb(189,187,109); }
H1.HeaderClassName
{
color: #BDBB6D;
}
.AnyTagClassName
{
color: #BDBB6D;
}
</style>
background-color css
<style>
a { background-color: #BDBB6D; }
a { background-color: rgb(189,187,109); }
div.DivClassName
{
background-color: #BDBB6D;
}
.BgClassName
{
background-color: #BDBB6D;
}
</style>
border-color css
<style>
span { border-color: #BDBB6D; }
span { border-color: rgb(189,187,109); }
td.TdClassName
{
border-color: #BDBB6D;
}
.TagClassName
{
border-color: #BDBB6D;
}
</style>