Shades of Dark Khaki #BEB875
Tints of Dark Khaki #BEB875
RGB
CMYK
RGB Variations
Color information
#BEB875 (or 0xBEB875) is known color: Dark Khaki. HEX triplet: BE, B8 and 75. RGB value is (190,184,117). Sum of RGB (Red+Green+Blue) = 190+184+117=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB875 is #41478A. Grayscale: #B2B2B2. Windows color (decimal): -4278155 or 7715006. OLE color: 7715006.
HSL color Cylindrical-coordinate representation of color #BEB875: hue angle of 55.07º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEB875 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 184 | 117 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.25 |
| HSL | 55.07º | 0.36% | 0.6% | - |
| HSV(B) | 55.07º | 0.38% | 0.75% | - |
| XYZ | 41.59 | 46.51 | 23.62 | - |
| YUV | 178.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 117 | 0 | 0.03 | 0.38 | 0.25 | 55.07 | 0.36 | 0.6 |
| Hex | BE | B8 | 75 | 0 | 3 | 26 | 19 | 37 | 24 | 3C |
| Octal | 276 | 270 | 165 | 0 | 3 | 46 | 31 | 67 | 44 | 74 |
| Binary | 10111110 | 10111000 | 1110101 | 0 | 11 | 100110 | 11001 | 110111 | 100100 | 111100 |
Color Harmonies of #BEB875
Complementary color
Monochromatic Colors of #BEB875
Black with #BEB875
Text Example
Text Example
White with #BEB875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB875; }
p { color: rgb(190,184,117); }
H1.HeaderClassName
{
color: #BEB875;
}
.AnyTagClassName
{
color: #BEB875;
}
</style>
background-color css
<style>
a { background-color: #BEB875; }
a { background-color: rgb(190,184,117); }
div.DivClassName
{
background-color: #BEB875;
}
.BgClassName
{
background-color: #BEB875;
}
</style>
border-color css
<style>
span { border-color: #BEB875; }
span { border-color: rgb(190,184,117); }
td.TdClassName
{
border-color: #BEB875;
}
.TagClassName
{
border-color: #BEB875;
}
</style>