Shades of Dark Khaki #BDB768
Tints of Dark Khaki #BDB768
RGB
CMYK
RGB Variations
Color information
#BDB768 (or 0xBDB768) is known color: Dark Khaki. HEX triplet: BD, B7 and 68. RGB value is (189,183,104). Sum of RGB (Red+Green+Blue) = 189+183+104=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB768 is #424897. Grayscale: #B0B0B0. Windows color (decimal): -4343960 or 6862781. OLE color: 6862781.
HSL color Cylindrical-coordinate representation of color #BDB768: hue angle of 55.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDB768 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 104 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.26 |
| HSL | 55.76º | 0.39% | 0.57% | - |
| HSV(B) | 55.76º | 0.45% | 0.74% | - |
| XYZ | 40.42 | 45.69 | 19.78 | - |
| YUV | 175.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 104 | 0 | 0.03 | 0.45 | 0.26 | 55.76 | 0.39 | 0.57 |
| Hex | BD | B7 | 68 | 0 | 3 | 2D | 1A | 38 | 27 | 39 |
| Octal | 275 | 267 | 150 | 0 | 3 | 55 | 32 | 70 | 47 | 71 |
| Binary | 10111101 | 10110111 | 1101000 | 0 | 11 | 101101 | 11010 | 111000 | 100111 | 111001 |
Color Harmonies of #BDB768
Complementary color
Monochromatic Colors of #BDB768
Black with #BDB768
Text Example
Text Example
White with #BDB768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB768; }
p { color: rgb(189,183,104); }
H1.HeaderClassName
{
color: #BDB768;
}
.AnyTagClassName
{
color: #BDB768;
}
</style>
background-color css
<style>
a { background-color: #BDB768; }
a { background-color: rgb(189,183,104); }
div.DivClassName
{
background-color: #BDB768;
}
.BgClassName
{
background-color: #BDB768;
}
</style>
border-color css
<style>
span { border-color: #BDB768; }
span { border-color: rgb(189,183,104); }
td.TdClassName
{
border-color: #BDB768;
}
.TagClassName
{
border-color: #BDB768;
}
</style>