Shades of Dark Khaki #BDB26F
Tints of Dark Khaki #BDB26F
RGB
CMYK
RGB Variations
Color information
#BDB26F (or 0xBDB26F) is known color: Dark Khaki. HEX triplet: BD, B2 and 6F. RGB value is (189,178,111). Sum of RGB (Red+Green+Blue) = 189+178+111=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB26F is #424D90. Grayscale: #ADADAD. Windows color (decimal): -4345233 or 7320253. OLE color: 7320253.
HSL color Cylindrical-coordinate representation of color #BDB26F: hue angle of 51.54º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDB26F is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 111 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.26 |
| HSL | 51.54º | 0.37% | 0.59% | - |
| HSV(B) | 51.54º | 0.41% | 0.74% | - |
| XYZ | 39.78 | 43.81 | 21.4 | - |
| YUV | 173.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 111 | 0 | 0.06 | 0.41 | 0.26 | 51.54 | 0.37 | 0.59 |
| Hex | BD | B2 | 6F | 0 | 6 | 29 | 1A | 34 | 25 | 3B |
| Octal | 275 | 262 | 157 | 0 | 6 | 51 | 32 | 64 | 45 | 73 |
| Binary | 10111101 | 10110010 | 1101111 | 0 | 110 | 101001 | 11010 | 110100 | 100101 | 111011 |
Color Harmonies of #BDB26F
Complementary color
Monochromatic Colors of #BDB26F
Black with #BDB26F
Text Example
Text Example
White with #BDB26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB26F; }
p { color: rgb(189,178,111); }
H1.HeaderClassName
{
color: #BDB26F;
}
.AnyTagClassName
{
color: #BDB26F;
}
</style>
background-color css
<style>
a { background-color: #BDB26F; }
a { background-color: rgb(189,178,111); }
div.DivClassName
{
background-color: #BDB26F;
}
.BgClassName
{
background-color: #BDB26F;
}
</style>
border-color css
<style>
span { border-color: #BDB26F; }
span { border-color: rgb(189,178,111); }
td.TdClassName
{
border-color: #BDB26F;
}
.TagClassName
{
border-color: #BDB26F;
}
</style>