Shades of Dark Khaki #BDB867
Tints of Dark Khaki #BDB867
RGB
CMYK
RGB Variations
Color information
#BDB867 (or 0xBDB867) is known color: Dark Khaki. HEX triplet: BD, B8 and 67. RGB value is (189,184,103). Sum of RGB (Red+Green+Blue) = 189+184+103=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB867 is #424798. Grayscale: #B0B0B0. Windows color (decimal): -4343705 or 6797501. OLE color: 6797501.
HSL color Cylindrical-coordinate representation of color #BDB867: hue angle of 56.51º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDB867 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 103 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.26 |
| HSL | 56.51º | 0.39% | 0.57% | - |
| HSV(B) | 56.51º | 0.46% | 0.74% | - |
| XYZ | 40.57 | 46.08 | 19.59 | - |
| YUV | 176.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 103 | 0 | 0.03 | 0.46 | 0.26 | 56.51 | 0.39 | 0.57 |
| Hex | BD | B8 | 67 | 0 | 3 | 2E | 1A | 39 | 27 | 39 |
| Octal | 275 | 270 | 147 | 0 | 3 | 56 | 32 | 71 | 47 | 71 |
| Binary | 10111101 | 10111000 | 1100111 | 0 | 11 | 101110 | 11010 | 111001 | 100111 | 111001 |
Color Harmonies of #BDB867
Complementary color
Monochromatic Colors of #BDB867
Black with #BDB867
Text Example
Text Example
White with #BDB867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB867; }
p { color: rgb(189,184,103); }
H1.HeaderClassName
{
color: #BDB867;
}
.AnyTagClassName
{
color: #BDB867;
}
</style>
background-color css
<style>
a { background-color: #BDB867; }
a { background-color: rgb(189,184,103); }
div.DivClassName
{
background-color: #BDB867;
}
.BgClassName
{
background-color: #BDB867;
}
</style>
border-color css
<style>
span { border-color: #BDB867; }
span { border-color: rgb(189,184,103); }
td.TdClassName
{
border-color: #BDB867;
}
.TagClassName
{
border-color: #BDB867;
}
</style>