Shades of Dark Khaki #BDB567
Tints of Dark Khaki #BDB567
RGB
CMYK
RGB Variations
Color information
#BDB567 (or 0xBDB567) is known color: Dark Khaki. HEX triplet: BD, B5 and 67. RGB value is (189,181,103). Sum of RGB (Red+Green+Blue) = 189+181+103=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB567 is #424A98. Grayscale: #AEAEAE. Windows color (decimal): -4344473 or 6796733. OLE color: 6796733.
HSL color Cylindrical-coordinate representation of color #BDB567: hue angle of 54.42º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDB567 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 103 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.26 |
| HSL | 54.42º | 0.39% | 0.57% | - |
| HSV(B) | 54.42º | 0.46% | 0.74% | - |
| XYZ | 39.96 | 44.85 | 19.38 | - |
| YUV | 174.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 103 | 0 | 0.04 | 0.46 | 0.26 | 54.42 | 0.39 | 0.57 |
| Hex | BD | B5 | 67 | 0 | 4 | 2E | 1A | 36 | 27 | 39 |
| Octal | 275 | 265 | 147 | 0 | 4 | 56 | 32 | 66 | 47 | 71 |
| Binary | 10111101 | 10110101 | 1100111 | 0 | 100 | 101110 | 11010 | 110110 | 100111 | 111001 |
Color Harmonies of #BDB567
Complementary color
Monochromatic Colors of #BDB567
Black with #BDB567
Text Example
Text Example
White with #BDB567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB567; }
p { color: rgb(189,181,103); }
H1.HeaderClassName
{
color: #BDB567;
}
.AnyTagClassName
{
color: #BDB567;
}
</style>
background-color css
<style>
a { background-color: #BDB567; }
a { background-color: rgb(189,181,103); }
div.DivClassName
{
background-color: #BDB567;
}
.BgClassName
{
background-color: #BDB567;
}
</style>
border-color css
<style>
span { border-color: #BDB567; }
span { border-color: rgb(189,181,103); }
td.TdClassName
{
border-color: #BDB567;
}
.TagClassName
{
border-color: #BDB567;
}
</style>