Shades of Dark Khaki #BDB06B
Tints of Dark Khaki #BDB06B
RGB
CMYK
RGB Variations
Color information
#BDB06B (or 0xBDB06B) is known color: Dark Khaki. HEX triplet: BD, B0 and 6B. RGB value is (189,176,107). Sum of RGB (Red+Green+Blue) = 189+176+107=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB06B is #424F94. Grayscale: #ACACAC. Windows color (decimal): -4345749 or 7057597. OLE color: 7057597.
HSL color Cylindrical-coordinate representation of color #BDB06B: hue angle of 50.49º 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 #BDB06B is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 107 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.26 |
| HSL | 50.49º | 0.38% | 0.58% | - |
| HSV(B) | 50.49º | 0.43% | 0.74% | - |
| XYZ | 39.17 | 42.93 | 20.13 | - |
| YUV | 172.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 107 | 0 | 0.07 | 0.43 | 0.26 | 50.49 | 0.38 | 0.58 |
| Hex | BD | B0 | 6B | 0 | 7 | 2B | 1A | 32 | 26 | 3A |
| Octal | 275 | 260 | 153 | 0 | 7 | 53 | 32 | 62 | 46 | 72 |
| Binary | 10111101 | 10110000 | 1101011 | 0 | 111 | 101011 | 11010 | 110010 | 100110 | 111010 |
Color Harmonies of #BDB06B
Complementary color
Monochromatic Colors of #BDB06B
Black with #BDB06B
Text Example
Text Example
White with #BDB06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB06B; }
p { color: rgb(189,176,107); }
H1.HeaderClassName
{
color: #BDB06B;
}
.AnyTagClassName
{
color: #BDB06B;
}
</style>
background-color css
<style>
a { background-color: #BDB06B; }
a { background-color: rgb(189,176,107); }
div.DivClassName
{
background-color: #BDB06B;
}
.BgClassName
{
background-color: #BDB06B;
}
</style>
border-color css
<style>
span { border-color: #BDB06B; }
span { border-color: rgb(189,176,107); }
td.TdClassName
{
border-color: #BDB06B;
}
.TagClassName
{
border-color: #BDB06B;
}
</style>