Shades of Dark Khaki #BEB575
Tints of Dark Khaki #BEB575
RGB
CMYK
RGB Variations
Color information
#BEB575 (or 0xBEB575) is known color: Dark Khaki. HEX triplet: BE, B5 and 75. RGB value is (190,181,117). Sum of RGB (Red+Green+Blue) = 190+181+117=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB575 is #414A8A. Grayscale: #B0B0B0. Windows color (decimal): -4278923 or 7714238. OLE color: 7714238.
HSL color Cylindrical-coordinate representation of color #BEB575: hue angle of 52.6º 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 #BEB575 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 181 | 117 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.25 |
| HSL | 52.6º | 0.36% | 0.6% | - |
| HSV(B) | 52.6º | 0.38% | 0.75% | - |
| XYZ | 40.97 | 45.28 | 23.41 | - |
| YUV | 176.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 117 | 0 | 0.05 | 0.38 | 0.25 | 52.6 | 0.36 | 0.6 |
| Hex | BE | B5 | 75 | 0 | 5 | 26 | 19 | 35 | 24 | 3C |
| Octal | 276 | 265 | 165 | 0 | 5 | 46 | 31 | 65 | 44 | 74 |
| Binary | 10111110 | 10110101 | 1110101 | 0 | 101 | 100110 | 11001 | 110101 | 100100 | 111100 |
Color Harmonies of #BEB575
Complementary color
Monochromatic Colors of #BEB575
Black with #BEB575
Text Example
Text Example
White with #BEB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB575; }
p { color: rgb(190,181,117); }
H1.HeaderClassName
{
color: #BEB575;
}
.AnyTagClassName
{
color: #BEB575;
}
</style>
background-color css
<style>
a { background-color: #BEB575; }
a { background-color: rgb(190,181,117); }
div.DivClassName
{
background-color: #BEB575;
}
.BgClassName
{
background-color: #BEB575;
}
</style>
border-color css
<style>
span { border-color: #BEB575; }
span { border-color: rgb(190,181,117); }
td.TdClassName
{
border-color: #BEB575;
}
.TagClassName
{
border-color: #BEB575;
}
</style>