Shades of Dark Khaki #BDB66F
Tints of Dark Khaki #BDB66F
RGB
CMYK
RGB Variations
Color information
#BDB66F (or 0xBDB66F) is known color: Dark Khaki. HEX triplet: BD, B6 and 6F. RGB value is (189,182,111). Sum of RGB (Red+Green+Blue) = 189+182+111=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB66F is #424990. Grayscale: #B0B0B0. Windows color (decimal): -4344209 or 7321277. OLE color: 7321277.
HSL color Cylindrical-coordinate representation of color #BDB66F: hue angle of 54.62º 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 #BDB66F is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 111 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.26 |
| HSL | 54.62º | 0.37% | 0.59% | - |
| HSV(B) | 54.62º | 0.41% | 0.74% | - |
| XYZ | 40.58 | 45.42 | 21.67 | - |
| YUV | 176 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 111 | 0 | 0.04 | 0.41 | 0.26 | 54.62 | 0.37 | 0.59 |
| Hex | BD | B6 | 6F | 0 | 4 | 29 | 1A | 37 | 25 | 3B |
| Octal | 275 | 266 | 157 | 0 | 4 | 51 | 32 | 67 | 45 | 73 |
| Binary | 10111101 | 10110110 | 1101111 | 0 | 100 | 101001 | 11010 | 110111 | 100101 | 111011 |
Color Harmonies of #BDB66F
Complementary color
Monochromatic Colors of #BDB66F
Black with #BDB66F
Text Example
Text Example
White with #BDB66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB66F; }
p { color: rgb(189,182,111); }
H1.HeaderClassName
{
color: #BDB66F;
}
.AnyTagClassName
{
color: #BDB66F;
}
</style>
background-color css
<style>
a { background-color: #BDB66F; }
a { background-color: rgb(189,182,111); }
div.DivClassName
{
background-color: #BDB66F;
}
.BgClassName
{
background-color: #BDB66F;
}
</style>
border-color css
<style>
span { border-color: #BDB66F; }
span { border-color: rgb(189,182,111); }
td.TdClassName
{
border-color: #BDB66F;
}
.TagClassName
{
border-color: #BDB66F;
}
</style>