Shades of Dark Khaki #BDBC74
Tints of Dark Khaki #BDBC74
RGB
CMYK
RGB Variations
Color information
#BDBC74 (or 0xBDBC74) is known color: Dark Khaki. HEX triplet: BD, BC and 74. RGB value is (189,188,116). Sum of RGB (Red+Green+Blue) = 189+188+116=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC74 is #42438B. Grayscale: #B4B4B4. Windows color (decimal): -4342668 or 7650493. OLE color: 7650493.
HSL color Cylindrical-coordinate representation of color #BDBC74: hue angle of 59.18º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDBC74 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 116 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.26 |
| HSL | 59.18º | 0.36% | 0.6% | - |
| HSV(B) | 59.18º | 0.39% | 0.74% | - |
| XYZ | 42.12 | 48.05 | 23.58 | - |
| YUV | 180.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 116 | 0 | 0.01 | 0.39 | 0.26 | 59.18 | 0.36 | 0.6 |
| Hex | BD | BC | 74 | 0 | 1 | 27 | 1A | 3B | 24 | 3C |
| Octal | 275 | 274 | 164 | 0 | 1 | 47 | 32 | 73 | 44 | 74 |
| Binary | 10111101 | 10111100 | 1110100 | 0 | 1 | 100111 | 11010 | 111011 | 100100 | 111100 |
Color Harmonies of #BDBC74
Complementary color
Monochromatic Colors of #BDBC74
Black with #BDBC74
Text Example
Text Example
White with #BDBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC74; }
p { color: rgb(189,188,116); }
H1.HeaderClassName
{
color: #BDBC74;
}
.AnyTagClassName
{
color: #BDBC74;
}
</style>
background-color css
<style>
a { background-color: #BDBC74; }
a { background-color: rgb(189,188,116); }
div.DivClassName
{
background-color: #BDBC74;
}
.BgClassName
{
background-color: #BDBC74;
}
</style>
border-color css
<style>
span { border-color: #BDBC74; }
span { border-color: rgb(189,188,116); }
td.TdClassName
{
border-color: #BDBC74;
}
.TagClassName
{
border-color: #BDBC74;
}
</style>