Shades of Dark Khaki #BDB273
Tints of Dark Khaki #BDB273
RGB
CMYK
RGB Variations
Color information
#BDB273 (or 0xBDB273) is known color: Dark Khaki. HEX triplet: BD, B2 and 73. RGB value is (189,178,115). Sum of RGB (Red+Green+Blue) = 189+178+115=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB273 is #424D8C. Grayscale: #AEAEAE. Windows color (decimal): -4345229 or 7582397. OLE color: 7582397.
HSL color Cylindrical-coordinate representation of color #BDB273: hue angle of 51.08º 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 #BDB273 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 115 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.26 |
| HSL | 51.08º | 0.36% | 0.6% | - |
| HSV(B) | 51.08º | 0.39% | 0.74% | - |
| XYZ | 40 | 43.9 | 22.58 | - |
| YUV | 174.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 115 | 0 | 0.06 | 0.39 | 0.26 | 51.08 | 0.36 | 0.6 |
| Hex | BD | B2 | 73 | 0 | 6 | 27 | 1A | 33 | 24 | 3C |
| Octal | 275 | 262 | 163 | 0 | 6 | 47 | 32 | 63 | 44 | 74 |
| Binary | 10111101 | 10110010 | 1110011 | 0 | 110 | 100111 | 11010 | 110011 | 100100 | 111100 |
Color Harmonies of #BDB273
Complementary color
Monochromatic Colors of #BDB273
Black with #BDB273
Text Example
Text Example
White with #BDB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB273; }
p { color: rgb(189,178,115); }
H1.HeaderClassName
{
color: #BDB273;
}
.AnyTagClassName
{
color: #BDB273;
}
</style>
background-color css
<style>
a { background-color: #BDB273; }
a { background-color: rgb(189,178,115); }
div.DivClassName
{
background-color: #BDB273;
}
.BgClassName
{
background-color: #BDB273;
}
</style>
border-color css
<style>
span { border-color: #BDB273; }
span { border-color: rgb(189,178,115); }
td.TdClassName
{
border-color: #BDB273;
}
.TagClassName
{
border-color: #BDB273;
}
</style>