Shades of Dark Khaki #BDB36D
Tints of Dark Khaki #BDB36D
RGB
CMYK
RGB Variations
Color information
#BDB36D (or 0xBDB36D) is known color: Dark Khaki. HEX triplet: BD, B3 and 6D. RGB value is (189,179,109). Sum of RGB (Red+Green+Blue) = 189+179+109=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB36D is #424C92. Grayscale: #AEAEAE. Windows color (decimal): -4344979 or 7189437. OLE color: 7189437.
HSL color Cylindrical-coordinate representation of color #BDB36D: hue angle of 52.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 #BDB36D is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 109 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.26 |
| HSL | 52.5º | 0.38% | 0.58% | - |
| HSV(B) | 52.5º | 0.42% | 0.74% | - |
| XYZ | 39.87 | 44.16 | 20.89 | - |
| YUV | 174.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 109 | 0 | 0.05 | 0.42 | 0.26 | 52.5 | 0.38 | 0.58 |
| Hex | BD | B3 | 6D | 0 | 5 | 2A | 1A | 34 | 26 | 3A |
| Octal | 275 | 263 | 155 | 0 | 5 | 52 | 32 | 64 | 46 | 72 |
| Binary | 10111101 | 10110011 | 1101101 | 0 | 101 | 101010 | 11010 | 110100 | 100110 | 111010 |
Color Harmonies of #BDB36D
Complementary color
Monochromatic Colors of #BDB36D
Black with #BDB36D
Text Example
Text Example
White with #BDB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB36D; }
p { color: rgb(189,179,109); }
H1.HeaderClassName
{
color: #BDB36D;
}
.AnyTagClassName
{
color: #BDB36D;
}
</style>
background-color css
<style>
a { background-color: #BDB36D; }
a { background-color: rgb(189,179,109); }
div.DivClassName
{
background-color: #BDB36D;
}
.BgClassName
{
background-color: #BDB36D;
}
</style>
border-color css
<style>
span { border-color: #BDB36D; }
span { border-color: rgb(189,179,109); }
td.TdClassName
{
border-color: #BDB36D;
}
.TagClassName
{
border-color: #BDB36D;
}
</style>