Shades of Dark Khaki #BDB36B
Tints of Dark Khaki #BDB36B
RGB
CMYK
RGB Variations
Color information
#BDB36B (or 0xBDB36B) is known color: Dark Khaki. HEX triplet: BD, B3 and 6B. RGB value is (189,179,107). Sum of RGB (Red+Green+Blue) = 189+179+107=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB36B is #424C94. Grayscale: #AEAEAE. Windows color (decimal): -4344981 or 7058365. OLE color: 7058365.
HSL color Cylindrical-coordinate representation of color #BDB36B: hue angle of 52.68º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDB36B is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 107 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.26 |
| HSL | 52.68º | 0.38% | 0.58% | - |
| HSV(B) | 52.68º | 0.43% | 0.74% | - |
| XYZ | 39.76 | 44.12 | 20.33 | - |
| YUV | 173.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 107 | 0 | 0.05 | 0.43 | 0.26 | 52.68 | 0.38 | 0.58 |
| Hex | BD | B3 | 6B | 0 | 5 | 2B | 1A | 35 | 26 | 3A |
| Octal | 275 | 263 | 153 | 0 | 5 | 53 | 32 | 65 | 46 | 72 |
| Binary | 10111101 | 10110011 | 1101011 | 0 | 101 | 101011 | 11010 | 110101 | 100110 | 111010 |
Color Harmonies of #BDB36B
Complementary color
Monochromatic Colors of #BDB36B
Black with #BDB36B
Text Example
Text Example
White with #BDB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB36B; }
p { color: rgb(189,179,107); }
H1.HeaderClassName
{
color: #BDB36B;
}
.AnyTagClassName
{
color: #BDB36B;
}
</style>
background-color css
<style>
a { background-color: #BDB36B; }
a { background-color: rgb(189,179,107); }
div.DivClassName
{
background-color: #BDB36B;
}
.BgClassName
{
background-color: #BDB36B;
}
</style>
border-color css
<style>
span { border-color: #BDB36B; }
span { border-color: rgb(189,179,107); }
td.TdClassName
{
border-color: #BDB36B;
}
.TagClassName
{
border-color: #BDB36B;
}
</style>