Shades of Dark Khaki #BDB86B
Tints of Dark Khaki #BDB86B
RGB
CMYK
RGB Variations
Color information
#BDB86B (or 0xBDB86B) is known color: Dark Khaki. HEX triplet: BD, B8 and 6B. RGB value is (189,184,107). Sum of RGB (Red+Green+Blue) = 189+184+107=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB86B is #424794. Grayscale: #B1B1B1. Windows color (decimal): -4343701 or 7059645. OLE color: 7059645.
HSL color Cylindrical-coordinate representation of color #BDB86B: hue angle of 56.34º 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 #BDB86B is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 107 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.26 |
| HSL | 56.34º | 0.38% | 0.58% | - |
| HSV(B) | 56.34º | 0.43% | 0.74% | - |
| XYZ | 40.78 | 46.16 | 20.67 | - |
| YUV | 176.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 107 | 0 | 0.03 | 0.43 | 0.26 | 56.34 | 0.38 | 0.58 |
| Hex | BD | B8 | 6B | 0 | 3 | 2B | 1A | 38 | 26 | 3A |
| Octal | 275 | 270 | 153 | 0 | 3 | 53 | 32 | 70 | 46 | 72 |
| Binary | 10111101 | 10111000 | 1101011 | 0 | 11 | 101011 | 11010 | 111000 | 100110 | 111010 |
Color Harmonies of #BDB86B
Complementary color
Monochromatic Colors of #BDB86B
Black with #BDB86B
Text Example
Text Example
White with #BDB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB86B; }
p { color: rgb(189,184,107); }
H1.HeaderClassName
{
color: #BDB86B;
}
.AnyTagClassName
{
color: #BDB86B;
}
</style>
background-color css
<style>
a { background-color: #BDB86B; }
a { background-color: rgb(189,184,107); }
div.DivClassName
{
background-color: #BDB86B;
}
.BgClassName
{
background-color: #BDB86B;
}
</style>
border-color css
<style>
span { border-color: #BDB86B; }
span { border-color: rgb(189,184,107); }
td.TdClassName
{
border-color: #BDB86B;
}
.TagClassName
{
border-color: #BDB86B;
}
</style>