Shades of Dark Khaki #BDB46C
Tints of Dark Khaki #BDB46C
RGB
CMYK
RGB Variations
Color information
#BDB46C (or 0xBDB46C) is known color: Dark Khaki. HEX triplet: BD, B4 and 6C. RGB value is (189,180,108). Sum of RGB (Red+Green+Blue) = 189+180+108=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB46C is #424B93. Grayscale: #AEAEAE. Windows color (decimal): -4344724 or 7124157. OLE color: 7124157.
HSL color Cylindrical-coordinate representation of color #BDB46C: hue angle of 53.33º 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 #BDB46C is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 108 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.26 |
| HSL | 53.33º | 0.38% | 0.58% | - |
| HSV(B) | 53.33º | 0.43% | 0.74% | - |
| XYZ | 40.01 | 44.54 | 20.68 | - |
| YUV | 174.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 108 | 0 | 0.05 | 0.43 | 0.26 | 53.33 | 0.38 | 0.58 |
| Hex | BD | B4 | 6C | 0 | 5 | 2B | 1A | 35 | 26 | 3A |
| Octal | 275 | 264 | 154 | 0 | 5 | 53 | 32 | 65 | 46 | 72 |
| Binary | 10111101 | 10110100 | 1101100 | 0 | 101 | 101011 | 11010 | 110101 | 100110 | 111010 |
Color Harmonies of #BDB46C
Complementary color
Monochromatic Colors of #BDB46C
Black with #BDB46C
Text Example
Text Example
White with #BDB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB46C; }
p { color: rgb(189,180,108); }
H1.HeaderClassName
{
color: #BDB46C;
}
.AnyTagClassName
{
color: #BDB46C;
}
</style>
background-color css
<style>
a { background-color: #BDB46C; }
a { background-color: rgb(189,180,108); }
div.DivClassName
{
background-color: #BDB46C;
}
.BgClassName
{
background-color: #BDB46C;
}
</style>
border-color css
<style>
span { border-color: #BDB46C; }
span { border-color: rgb(189,180,108); }
td.TdClassName
{
border-color: #BDB46C;
}
.TagClassName
{
border-color: #BDB46C;
}
</style>