Shades of Dark Khaki #BDBB6C
Tints of Dark Khaki #BDBB6C
RGB
CMYK
RGB Variations
Color information
#BDBB6C (or 0xBDBB6C) is known color: Dark Khaki. HEX triplet: BD, BB and 6C. RGB value is (189,187,108). Sum of RGB (Red+Green+Blue) = 189+187+108=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB6C is #424493. Grayscale: #B2B2B2. Windows color (decimal): -4342932 or 7125949. OLE color: 7125949.
HSL color Cylindrical-coordinate representation of color #BDBB6C: hue angle of 58.52º 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 #BDBB6C is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 108 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.26 |
| HSL | 58.52º | 0.38% | 0.58% | - |
| HSV(B) | 58.52º | 0.43% | 0.74% | - |
| XYZ | 41.46 | 47.44 | 21.16 | - |
| YUV | 178.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 108 | 0 | 0.01 | 0.43 | 0.26 | 58.52 | 0.38 | 0.58 |
| Hex | BD | BB | 6C | 0 | 1 | 2B | 1A | 3B | 26 | 3A |
| Octal | 275 | 273 | 154 | 0 | 1 | 53 | 32 | 73 | 46 | 72 |
| Binary | 10111101 | 10111011 | 1101100 | 0 | 1 | 101011 | 11010 | 111011 | 100110 | 111010 |
Color Harmonies of #BDBB6C
Complementary color
Monochromatic Colors of #BDBB6C
Black with #BDBB6C
Text Example
Text Example
White with #BDBB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB6C; }
p { color: rgb(189,187,108); }
H1.HeaderClassName
{
color: #BDBB6C;
}
.AnyTagClassName
{
color: #BDBB6C;
}
</style>
background-color css
<style>
a { background-color: #BDBB6C; }
a { background-color: rgb(189,187,108); }
div.DivClassName
{
background-color: #BDBB6C;
}
.BgClassName
{
background-color: #BDBB6C;
}
</style>
border-color css
<style>
span { border-color: #BDBB6C; }
span { border-color: rgb(189,187,108); }
td.TdClassName
{
border-color: #BDBB6C;
}
.TagClassName
{
border-color: #BDBB6C;
}
</style>