Shades of Dark Khaki #BDB66B
Tints of Dark Khaki #BDB66B
RGB
CMYK
RGB Variations
Color information
#BDB66B (or 0xBDB66B) is known color: Dark Khaki. HEX triplet: BD, B6 and 6B. RGB value is (189,182,107). Sum of RGB (Red+Green+Blue) = 189+182+107=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB66B is #424994. Grayscale: #AFAFAF. Windows color (decimal): -4344213 or 7059133. OLE color: 7059133.
HSL color Cylindrical-coordinate representation of color #BDB66B: hue angle of 54.88º 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 #BDB66B is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 107 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.26 |
| HSL | 54.88º | 0.38% | 0.58% | - |
| HSV(B) | 54.88º | 0.43% | 0.74% | - |
| XYZ | 40.37 | 45.34 | 20.53 | - |
| YUV | 175.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 107 | 0 | 0.04 | 0.43 | 0.26 | 54.88 | 0.38 | 0.58 |
| Hex | BD | B6 | 6B | 0 | 4 | 2B | 1A | 37 | 26 | 3A |
| Octal | 275 | 266 | 153 | 0 | 4 | 53 | 32 | 67 | 46 | 72 |
| Binary | 10111101 | 10110110 | 1101011 | 0 | 100 | 101011 | 11010 | 110111 | 100110 | 111010 |
Color Harmonies of #BDB66B
Complementary color
Monochromatic Colors of #BDB66B
Black with #BDB66B
Text Example
Text Example
White with #BDB66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB66B; }
p { color: rgb(189,182,107); }
H1.HeaderClassName
{
color: #BDB66B;
}
.AnyTagClassName
{
color: #BDB66B;
}
</style>
background-color css
<style>
a { background-color: #BDB66B; }
a { background-color: rgb(189,182,107); }
div.DivClassName
{
background-color: #BDB66B;
}
.BgClassName
{
background-color: #BDB66B;
}
</style>
border-color css
<style>
span { border-color: #BDB66B; }
span { border-color: rgb(189,182,107); }
td.TdClassName
{
border-color: #BDB66B;
}
.TagClassName
{
border-color: #BDB66B;
}
</style>