Shades of Dark Khaki #BDB476
Tints of Dark Khaki #BDB476
RGB
CMYK
RGB Variations
Color information
#BDB476 (or 0xBDB476) is known color: Dark Khaki. HEX triplet: BD, B4 and 76. RGB value is (189,180,118). Sum of RGB (Red+Green+Blue) = 189+180+118=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB476 is #424B89. Grayscale: #AFAFAF. Windows color (decimal): -4344714 or 7779517. OLE color: 7779517.
HSL color Cylindrical-coordinate representation of color #BDB476: hue angle of 52.39º 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 #BDB476 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 118 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.26 |
| HSL | 52.39º | 0.35% | 0.6% | - |
| HSV(B) | 52.39º | 0.38% | 0.74% | - |
| XYZ | 40.58 | 44.77 | 23.64 | - |
| YUV | 175.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 118 | 0 | 0.05 | 0.38 | 0.26 | 52.39 | 0.35 | 0.6 |
| Hex | BD | B4 | 76 | 0 | 5 | 26 | 1A | 34 | 23 | 3C |
| Octal | 275 | 264 | 166 | 0 | 5 | 46 | 32 | 64 | 43 | 74 |
| Binary | 10111101 | 10110100 | 1110110 | 0 | 101 | 100110 | 11010 | 110100 | 100011 | 111100 |
Color Harmonies of #BDB476
Complementary color
Monochromatic Colors of #BDB476
Black with #BDB476
Text Example
Text Example
White with #BDB476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB476; }
p { color: rgb(189,180,118); }
H1.HeaderClassName
{
color: #BDB476;
}
.AnyTagClassName
{
color: #BDB476;
}
</style>
background-color css
<style>
a { background-color: #BDB476; }
a { background-color: rgb(189,180,118); }
div.DivClassName
{
background-color: #BDB476;
}
.BgClassName
{
background-color: #BDB476;
}
</style>
border-color css
<style>
span { border-color: #BDB476; }
span { border-color: rgb(189,180,118); }
td.TdClassName
{
border-color: #BDB476;
}
.TagClassName
{
border-color: #BDB476;
}
</style>