Shades of Dark Khaki #BDB272
Tints of Dark Khaki #BDB272
RGB
CMYK
RGB Variations
Color information
#BDB272 (or 0xBDB272) is known color: Dark Khaki. HEX triplet: BD, B2 and 72. RGB value is (189,178,114). Sum of RGB (Red+Green+Blue) = 189+178+114=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB272 is #424D8D. Grayscale: #AEAEAE. Windows color (decimal): -4345230 or 7516861. OLE color: 7516861.
HSL color Cylindrical-coordinate representation of color #BDB272: hue angle of 51.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDB272 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 114 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.26 |
| HSL | 51.2º | 0.36% | 0.59% | - |
| HSV(B) | 51.2º | 0.4% | 0.74% | - |
| XYZ | 39.94 | 43.87 | 22.28 | - |
| YUV | 173.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 114 | 0 | 0.06 | 0.40 | 0.26 | 51.2 | 0.36 | 0.59 |
| Hex | BD | B2 | 72 | 0 | 6 | 28 | 1A | 33 | 24 | 3B |
| Octal | 275 | 262 | 162 | 0 | 6 | 50 | 32 | 63 | 44 | 73 |
| Binary | 10111101 | 10110010 | 1110010 | 0 | 110 | 101000 | 11010 | 110011 | 100100 | 111011 |
Color Harmonies of #BDB272
Complementary color
Monochromatic Colors of #BDB272
Black with #BDB272
Text Example
Text Example
White with #BDB272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB272; }
p { color: rgb(189,178,114); }
H1.HeaderClassName
{
color: #BDB272;
}
.AnyTagClassName
{
color: #BDB272;
}
</style>
background-color css
<style>
a { background-color: #BDB272; }
a { background-color: rgb(189,178,114); }
div.DivClassName
{
background-color: #BDB272;
}
.BgClassName
{
background-color: #BDB272;
}
</style>
border-color css
<style>
span { border-color: #BDB272; }
span { border-color: rgb(189,178,114); }
td.TdClassName
{
border-color: #BDB272;
}
.TagClassName
{
border-color: #BDB272;
}
</style>