Shades of Dark Khaki #BDB667
Tints of Dark Khaki #BDB667
RGB
CMYK
RGB Variations
Color information
#BDB667 (or 0xBDB667) is known color: Dark Khaki. HEX triplet: BD, B6 and 67. RGB value is (189,182,103). Sum of RGB (Red+Green+Blue) = 189+182+103=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB667 is #424998. Grayscale: #AFAFAF. Windows color (decimal): -4344217 or 6796989. OLE color: 6796989.
HSL color Cylindrical-coordinate representation of color #BDB667: hue angle of 55.12º 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 #BDB667 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 103 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.26 |
| HSL | 55.12º | 0.39% | 0.57% | - |
| HSV(B) | 55.12º | 0.46% | 0.74% | - |
| XYZ | 40.16 | 45.25 | 19.45 | - |
| YUV | 175.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 103 | 0 | 0.04 | 0.46 | 0.26 | 55.12 | 0.39 | 0.57 |
| Hex | BD | B6 | 67 | 0 | 4 | 2E | 1A | 37 | 27 | 39 |
| Octal | 275 | 266 | 147 | 0 | 4 | 56 | 32 | 67 | 47 | 71 |
| Binary | 10111101 | 10110110 | 1100111 | 0 | 100 | 101110 | 11010 | 110111 | 100111 | 111001 |
Color Harmonies of #BDB667
Complementary color
Monochromatic Colors of #BDB667
Black with #BDB667
Text Example
Text Example
White with #BDB667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB667; }
p { color: rgb(189,182,103); }
H1.HeaderClassName
{
color: #BDB667;
}
.AnyTagClassName
{
color: #BDB667;
}
</style>
background-color css
<style>
a { background-color: #BDB667; }
a { background-color: rgb(189,182,103); }
div.DivClassName
{
background-color: #BDB667;
}
.BgClassName
{
background-color: #BDB667;
}
</style>
border-color css
<style>
span { border-color: #BDB667; }
span { border-color: rgb(189,182,103); }
td.TdClassName
{
border-color: #BDB667;
}
.TagClassName
{
border-color: #BDB667;
}
</style>