Shades of Dark Khaki #BDBC65
Tints of Dark Khaki #BDBC65
RGB
CMYK
RGB Variations
Color information
#BDBC65 (or 0xBDBC65) is known color: Dark Khaki. HEX triplet: BD, BC and 65. RGB value is (189,188,101). Sum of RGB (Red+Green+Blue) = 189+188+101=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC65 is #42439A. Grayscale: #B2B2B2. Windows color (decimal): -4342683 or 6667453. OLE color: 6667453.
HSL color Cylindrical-coordinate representation of color #BDBC65: hue angle of 59.32º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDBC65 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 101 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.26 |
| HSL | 59.32º | 0.4% | 0.57% | - |
| HSV(B) | 59.32º | 0.47% | 0.74% | - |
| XYZ | 41.32 | 47.72 | 19.35 | - |
| YUV | 178.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 101 | 0 | 0.01 | 0.47 | 0.26 | 59.32 | 0.4 | 0.57 |
| Hex | BD | BC | 65 | 0 | 1 | 2F | 1A | 3B | 28 | 39 |
| Octal | 275 | 274 | 145 | 0 | 1 | 57 | 32 | 73 | 50 | 71 |
| Binary | 10111101 | 10111100 | 1100101 | 0 | 1 | 101111 | 11010 | 111011 | 101000 | 111001 |
Color Harmonies of #BDBC65
Complementary color
Monochromatic Colors of #BDBC65
Black with #BDBC65
Text Example
Text Example
White with #BDBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC65; }
p { color: rgb(189,188,101); }
H1.HeaderClassName
{
color: #BDBC65;
}
.AnyTagClassName
{
color: #BDBC65;
}
</style>
background-color css
<style>
a { background-color: #BDBC65; }
a { background-color: rgb(189,188,101); }
div.DivClassName
{
background-color: #BDBC65;
}
.BgClassName
{
background-color: #BDBC65;
}
</style>
border-color css
<style>
span { border-color: #BDBC65; }
span { border-color: rgb(189,188,101); }
td.TdClassName
{
border-color: #BDBC65;
}
.TagClassName
{
border-color: #BDBC65;
}
</style>