Shades of Dark Khaki #BDB16C
Tints of Dark Khaki #BDB16C
RGB
CMYK
RGB Variations
Color information
#BDB16C (or 0xBDB16C) is known color: Dark Khaki. HEX triplet: BD, B1 and 6C. RGB value is (189,177,108). Sum of RGB (Red+Green+Blue) = 189+177+108=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB16C is #424E93. Grayscale: #ADADAD. Windows color (decimal): -4345492 or 7123389. OLE color: 7123389.
HSL color Cylindrical-coordinate representation of color #BDB16C: hue angle of 51.11º 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 #BDB16C is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 108 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.26 |
| HSL | 51.11º | 0.38% | 0.58% | - |
| HSV(B) | 51.11º | 0.43% | 0.74% | - |
| XYZ | 39.42 | 43.35 | 20.48 | - |
| YUV | 172.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 108 | 0 | 0.06 | 0.43 | 0.26 | 51.11 | 0.38 | 0.58 |
| Hex | BD | B1 | 6C | 0 | 6 | 2B | 1A | 33 | 26 | 3A |
| Octal | 275 | 261 | 154 | 0 | 6 | 53 | 32 | 63 | 46 | 72 |
| Binary | 10111101 | 10110001 | 1101100 | 0 | 110 | 101011 | 11010 | 110011 | 100110 | 111010 |
Color Harmonies of #BDB16C
Complementary color
Monochromatic Colors of #BDB16C
Black with #BDB16C
Text Example
Text Example
White with #BDB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB16C; }
p { color: rgb(189,177,108); }
H1.HeaderClassName
{
color: #BDB16C;
}
.AnyTagClassName
{
color: #BDB16C;
}
</style>
background-color css
<style>
a { background-color: #BDB16C; }
a { background-color: rgb(189,177,108); }
div.DivClassName
{
background-color: #BDB16C;
}
.BgClassName
{
background-color: #BDB16C;
}
</style>
border-color css
<style>
span { border-color: #BDB16C; }
span { border-color: rgb(189,177,108); }
td.TdClassName
{
border-color: #BDB16C;
}
.TagClassName
{
border-color: #BDB16C;
}
</style>