Shades of Dark Khaki #BDB06D
Tints of Dark Khaki #BDB06D
RGB
CMYK
RGB Variations
Color information
#BDB06D (or 0xBDB06D) is known color: Dark Khaki. HEX triplet: BD, B0 and 6D. RGB value is (189,176,109). Sum of RGB (Red+Green+Blue) = 189+176+109=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB06D is #424F92. Grayscale: #ACACAC. Windows color (decimal): -4345747 or 7188669. OLE color: 7188669.
HSL color Cylindrical-coordinate representation of color #BDB06D: hue angle of 50.25º 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 #BDB06D is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 109 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.26 |
| HSL | 50.25º | 0.38% | 0.58% | - |
| HSV(B) | 50.25º | 0.42% | 0.74% | - |
| XYZ | 39.27 | 42.97 | 20.69 | - |
| YUV | 172.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 109 | 0 | 0.07 | 0.42 | 0.26 | 50.25 | 0.38 | 0.58 |
| Hex | BD | B0 | 6D | 0 | 7 | 2A | 1A | 32 | 26 | 3A |
| Octal | 275 | 260 | 155 | 0 | 7 | 52 | 32 | 62 | 46 | 72 |
| Binary | 10111101 | 10110000 | 1101101 | 0 | 111 | 101010 | 11010 | 110010 | 100110 | 111010 |
Color Harmonies of #BDB06D
Complementary color
Monochromatic Colors of #BDB06D
Black with #BDB06D
Text Example
Text Example
White with #BDB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB06D; }
p { color: rgb(189,176,109); }
H1.HeaderClassName
{
color: #BDB06D;
}
.AnyTagClassName
{
color: #BDB06D;
}
</style>
background-color css
<style>
a { background-color: #BDB06D; }
a { background-color: rgb(189,176,109); }
div.DivClassName
{
background-color: #BDB06D;
}
.BgClassName
{
background-color: #BDB06D;
}
</style>
border-color css
<style>
span { border-color: #BDB06D; }
span { border-color: rgb(189,176,109); }
td.TdClassName
{
border-color: #BDB06D;
}
.TagClassName
{
border-color: #BDB06D;
}
</style>