Shades of Dark Khaki #BDB06C
Tints of Dark Khaki #BDB06C
RGB
CMYK
RGB Variations
Color information
#BDB06C (or 0xBDB06C) is known color: Dark Khaki. HEX triplet: BD, B0 and 6C. RGB value is (189,176,108). Sum of RGB (Red+Green+Blue) = 189+176+108=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB06C is #424F93. Grayscale: #ACACAC. Windows color (decimal): -4345748 or 7123133. OLE color: 7123133.
HSL color Cylindrical-coordinate representation of color #BDB06C: hue angle of 50.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDB06C is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 108 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.26 |
| HSL | 50.37º | 0.38% | 0.58% | - |
| HSV(B) | 50.37º | 0.43% | 0.74% | - |
| XYZ | 39.22 | 42.95 | 20.41 | - |
| YUV | 172.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 108 | 0 | 0.07 | 0.43 | 0.26 | 50.37 | 0.38 | 0.58 |
| Hex | BD | B0 | 6C | 0 | 7 | 2B | 1A | 32 | 26 | 3A |
| Octal | 275 | 260 | 154 | 0 | 7 | 53 | 32 | 62 | 46 | 72 |
| Binary | 10111101 | 10110000 | 1101100 | 0 | 111 | 101011 | 11010 | 110010 | 100110 | 111010 |
Color Harmonies of #BDB06C
Complementary color
Monochromatic Colors of #BDB06C
Black with #BDB06C
Text Example
Text Example
White with #BDB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB06C; }
p { color: rgb(189,176,108); }
H1.HeaderClassName
{
color: #BDB06C;
}
.AnyTagClassName
{
color: #BDB06C;
}
</style>
background-color css
<style>
a { background-color: #BDB06C; }
a { background-color: rgb(189,176,108); }
div.DivClassName
{
background-color: #BDB06C;
}
.BgClassName
{
background-color: #BDB06C;
}
</style>
border-color css
<style>
span { border-color: #BDB06C; }
span { border-color: rgb(189,176,108); }
td.TdClassName
{
border-color: #BDB06C;
}
.TagClassName
{
border-color: #BDB06C;
}
</style>