Shades of Dark Khaki #BDB375
Tints of Dark Khaki #BDB375
RGB
CMYK
RGB Variations
Color information
#BDB375 (or 0xBDB375) is known color: Dark Khaki. HEX triplet: BD, B3 and 75. RGB value is (189,179,117). Sum of RGB (Red+Green+Blue) = 189+179+117=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB375 is #424C8A. Grayscale: #AFAFAF. Windows color (decimal): -4344971 or 7713725. OLE color: 7713725.
HSL color Cylindrical-coordinate representation of color #BDB375: hue angle of 51.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDB375 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 117 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.26 |
| HSL | 51.67º | 0.35% | 0.6% | - |
| HSV(B) | 51.67º | 0.38% | 0.74% | - |
| XYZ | 40.32 | 44.34 | 23.26 | - |
| YUV | 174.92 | 95.31 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 117 | 0 | 0.05 | 0.38 | 0.26 | 51.67 | 0.35 | 0.6 |
| Hex | BD | B3 | 75 | 0 | 5 | 26 | 1A | 34 | 23 | 3C |
| Octal | 275 | 263 | 165 | 0 | 5 | 46 | 32 | 64 | 43 | 74 |
| Binary | 10111101 | 10110011 | 1110101 | 0 | 101 | 100110 | 11010 | 110100 | 100011 | 111100 |
Color Harmonies of #BDB375
Complementary color
Monochromatic Colors of #BDB375
Black with #BDB375
Text Example
Text Example
White with #BDB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB375; }
p { color: rgb(189,179,117); }
H1.HeaderClassName
{
color: #BDB375;
}
.AnyTagClassName
{
color: #BDB375;
}
</style>
background-color css
<style>
a { background-color: #BDB375; }
a { background-color: rgb(189,179,117); }
div.DivClassName
{
background-color: #BDB375;
}
.BgClassName
{
background-color: #BDB375;
}
</style>
border-color css
<style>
span { border-color: #BDB375; }
span { border-color: rgb(189,179,117); }
td.TdClassName
{
border-color: #BDB375;
}
.TagClassName
{
border-color: #BDB375;
}
</style>