Shades of Dark Khaki #BDBB67
Tints of Dark Khaki #BDBB67
RGB
CMYK
RGB Variations
Color information
#BDBB67 (or 0xBDBB67) is known color: Dark Khaki. HEX triplet: BD, BB and 67. RGB value is (189,187,103). Sum of RGB (Red+Green+Blue) = 189+187+103=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB67 is #424498. Grayscale: #B2B2B2. Windows color (decimal): -4342937 or 6798269. OLE color: 6798269.
HSL color Cylindrical-coordinate representation of color #BDBB67: hue angle of 58.6º 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 #BDBB67 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 103 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.26 |
| HSL | 58.6º | 0.39% | 0.57% | - |
| HSV(B) | 58.6º | 0.46% | 0.74% | - |
| XYZ | 41.2 | 47.34 | 19.8 | - |
| YUV | 178.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 103 | 0 | 0.01 | 0.46 | 0.26 | 58.6 | 0.39 | 0.57 |
| Hex | BD | BB | 67 | 0 | 1 | 2E | 1A | 3B | 27 | 39 |
| Octal | 275 | 273 | 147 | 0 | 1 | 56 | 32 | 73 | 47 | 71 |
| Binary | 10111101 | 10111011 | 1100111 | 0 | 1 | 101110 | 11010 | 111011 | 100111 | 111001 |
Color Harmonies of #BDBB67
Complementary color
Monochromatic Colors of #BDBB67
Black with #BDBB67
Text Example
Text Example
White with #BDBB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB67; }
p { color: rgb(189,187,103); }
H1.HeaderClassName
{
color: #BDBB67;
}
.AnyTagClassName
{
color: #BDBB67;
}
</style>
background-color css
<style>
a { background-color: #BDBB67; }
a { background-color: rgb(189,187,103); }
div.DivClassName
{
background-color: #BDBB67;
}
.BgClassName
{
background-color: #BDBB67;
}
</style>
border-color css
<style>
span { border-color: #BDBB67; }
span { border-color: rgb(189,187,103); }
td.TdClassName
{
border-color: #BDBB67;
}
.TagClassName
{
border-color: #BDBB67;
}
</style>