Shades of Dark Khaki #BDB26D
Tints of Dark Khaki #BDB26D
RGB
CMYK
RGB Variations
Color information
#BDB26D (or 0xBDB26D) is known color: Dark Khaki. HEX triplet: BD, B2 and 6D. RGB value is (189,178,109). Sum of RGB (Red+Green+Blue) = 189+178+109=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB26D is #424D92. Grayscale: #ADADAD. Windows color (decimal): -4345235 or 7189181. OLE color: 7189181.
HSL color Cylindrical-coordinate representation of color #BDB26D: hue angle of 51.75º 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 #BDB26D is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 109 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.26 |
| HSL | 51.75º | 0.38% | 0.58% | - |
| HSV(B) | 51.75º | 0.42% | 0.74% | - |
| XYZ | 39.67 | 43.76 | 20.82 | - |
| YUV | 173.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 109 | 0 | 0.06 | 0.42 | 0.26 | 51.75 | 0.38 | 0.58 |
| Hex | BD | B2 | 6D | 0 | 6 | 2A | 1A | 34 | 26 | 3A |
| Octal | 275 | 262 | 155 | 0 | 6 | 52 | 32 | 64 | 46 | 72 |
| Binary | 10111101 | 10110010 | 1101101 | 0 | 110 | 101010 | 11010 | 110100 | 100110 | 111010 |
Color Harmonies of #BDB26D
Complementary color
Monochromatic Colors of #BDB26D
Black with #BDB26D
Text Example
Text Example
White with #BDB26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB26D; }
p { color: rgb(189,178,109); }
H1.HeaderClassName
{
color: #BDB26D;
}
.AnyTagClassName
{
color: #BDB26D;
}
</style>
background-color css
<style>
a { background-color: #BDB26D; }
a { background-color: rgb(189,178,109); }
div.DivClassName
{
background-color: #BDB26D;
}
.BgClassName
{
background-color: #BDB26D;
}
</style>
border-color css
<style>
span { border-color: #BDB26D; }
span { border-color: rgb(189,178,109); }
td.TdClassName
{
border-color: #BDB26D;
}
.TagClassName
{
border-color: #BDB26D;
}
</style>