Shades of Dark Khaki #BEB673
Tints of Dark Khaki #BEB673
RGB
CMYK
RGB Variations
Color information
#BEB673 (or 0xBEB673) is known color: Dark Khaki. HEX triplet: BE, B6 and 73. RGB value is (190,182,115). Sum of RGB (Red+Green+Blue) = 190+182+115=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB673 is #41498C. Grayscale: #B1B1B1. Windows color (decimal): -4278669 or 7583422. OLE color: 7583422.
HSL color Cylindrical-coordinate representation of color #BEB673: hue angle of 53.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEB673 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 182 | 115 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.25 |
| HSL | 53.6º | 0.37% | 0.6% | - |
| HSV(B) | 53.6º | 0.39% | 0.75% | - |
| XYZ | 41.06 | 45.64 | 22.87 | - |
| YUV | 176.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 115 | 0 | 0.04 | 0.39 | 0.25 | 53.6 | 0.37 | 0.6 |
| Hex | BE | B6 | 73 | 0 | 4 | 27 | 19 | 36 | 25 | 3C |
| Octal | 276 | 266 | 163 | 0 | 4 | 47 | 31 | 66 | 45 | 74 |
| Binary | 10111110 | 10110110 | 1110011 | 0 | 100 | 100111 | 11001 | 110110 | 100101 | 111100 |
Color Harmonies of #BEB673
Complementary color
Monochromatic Colors of #BEB673
Black with #BEB673
Text Example
Text Example
White with #BEB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB673; }
p { color: rgb(190,182,115); }
H1.HeaderClassName
{
color: #BEB673;
}
.AnyTagClassName
{
color: #BEB673;
}
</style>
background-color css
<style>
a { background-color: #BEB673; }
a { background-color: rgb(190,182,115); }
div.DivClassName
{
background-color: #BEB673;
}
.BgClassName
{
background-color: #BEB673;
}
</style>
border-color css
<style>
span { border-color: #BEB673; }
span { border-color: rgb(190,182,115); }
td.TdClassName
{
border-color: #BEB673;
}
.TagClassName
{
border-color: #BEB673;
}
</style>