Shades of Dark Khaki #BDB669
Tints of Dark Khaki #BDB669
RGB
CMYK
RGB Variations
Color information
#BDB669 (or 0xBDB669) is known color: Dark Khaki. HEX triplet: BD, B6 and 69. RGB value is (189,182,105). Sum of RGB (Red+Green+Blue) = 189+182+105=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB669 is #424996. Grayscale: #AFAFAF. Windows color (decimal): -4344215 or 6928061. OLE color: 6928061.
HSL color Cylindrical-coordinate representation of color #BDB669: hue angle of 55º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDB669 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 105 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.26 |
| HSL | 55º | 0.39% | 0.58% | - |
| HSV(B) | 55º | 0.44% | 0.74% | - |
| XYZ | 40.26 | 45.29 | 19.99 | - |
| YUV | 175.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 105 | 0 | 0.04 | 0.44 | 0.26 | 55 | 0.39 | 0.58 |
| Hex | BD | B6 | 69 | 0 | 4 | 2C | 1A | 37 | 27 | 3A |
| Octal | 275 | 266 | 151 | 0 | 4 | 54 | 32 | 67 | 47 | 72 |
| Binary | 10111101 | 10110110 | 1101001 | 0 | 100 | 101100 | 11010 | 110111 | 100111 | 111010 |
Color Harmonies of #BDB669
Complementary color
Monochromatic Colors of #BDB669
Black with #BDB669
Text Example
Text Example
White with #BDB669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB669; }
p { color: rgb(189,182,105); }
H1.HeaderClassName
{
color: #BDB669;
}
.AnyTagClassName
{
color: #BDB669;
}
</style>
background-color css
<style>
a { background-color: #BDB669; }
a { background-color: rgb(189,182,105); }
div.DivClassName
{
background-color: #BDB669;
}
.BgClassName
{
background-color: #BDB669;
}
</style>
border-color css
<style>
span { border-color: #BDB669; }
span { border-color: rgb(189,182,105); }
td.TdClassName
{
border-color: #BDB669;
}
.TagClassName
{
border-color: #BDB669;
}
</style>