Shades of Dark Khaki #BDBC6A
Tints of Dark Khaki #BDBC6A
RGB
CMYK
RGB Variations
Color information
#BDBC6A (or 0xBDBC6A) is known color: Dark Khaki. HEX triplet: BD, BC and 6A. RGB value is (189,188,106). Sum of RGB (Red+Green+Blue) = 189+188+106=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC6A is #424395. Grayscale: #B3B3B3. Windows color (decimal): -4342678 or 6995133. OLE color: 6995133.
HSL color Cylindrical-coordinate representation of color #BDBC6A: hue angle of 59.28º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDBC6A is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 106 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.26 |
| HSL | 59.28º | 0.39% | 0.58% | - |
| HSV(B) | 59.28º | 0.44% | 0.74% | - |
| XYZ | 41.57 | 47.83 | 20.68 | - |
| YUV | 178.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 106 | 0 | 0.01 | 0.44 | 0.26 | 59.28 | 0.39 | 0.58 |
| Hex | BD | BC | 6A | 0 | 1 | 2C | 1A | 3B | 27 | 3A |
| Octal | 275 | 274 | 152 | 0 | 1 | 54 | 32 | 73 | 47 | 72 |
| Binary | 10111101 | 10111100 | 1101010 | 0 | 1 | 101100 | 11010 | 111011 | 100111 | 111010 |
Color Harmonies of #BDBC6A
Complementary color
Monochromatic Colors of #BDBC6A
Black with #BDBC6A
Text Example
Text Example
White with #BDBC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC6A; }
p { color: rgb(189,188,106); }
H1.HeaderClassName
{
color: #BDBC6A;
}
.AnyTagClassName
{
color: #BDBC6A;
}
</style>
background-color css
<style>
a { background-color: #BDBC6A; }
a { background-color: rgb(189,188,106); }
div.DivClassName
{
background-color: #BDBC6A;
}
.BgClassName
{
background-color: #BDBC6A;
}
</style>
border-color css
<style>
span { border-color: #BDBC6A; }
span { border-color: rgb(189,188,106); }
td.TdClassName
{
border-color: #BDBC6A;
}
.TagClassName
{
border-color: #BDBC6A;
}
</style>