Shades of Dark Khaki #BEB669
Tints of Dark Khaki #BEB669
RGB
CMYK
RGB Variations
Color information
#BEB669 (or 0xBEB669) is known color: Dark Khaki. HEX triplet: BE, B6 and 69. RGB value is (190,182,105). Sum of RGB (Red+Green+Blue) = 190+182+105=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB669 is #414996. Grayscale: #AFAFAF. Windows color (decimal): -4278679 or 6928062. OLE color: 6928062.
HSL color Cylindrical-coordinate representation of color #BEB669: hue angle of 54.35º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEB669 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 182 | 105 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.25 |
| HSL | 54.35º | 0.4% | 0.58% | - |
| HSV(B) | 54.35º | 0.45% | 0.75% | - |
| XYZ | 40.51 | 45.42 | 20 | - |
| YUV | 175.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 105 | 0 | 0.04 | 0.45 | 0.25 | 54.35 | 0.4 | 0.58 |
| Hex | BE | B6 | 69 | 0 | 4 | 2D | 19 | 36 | 28 | 3A |
| Octal | 276 | 266 | 151 | 0 | 4 | 55 | 31 | 66 | 50 | 72 |
| Binary | 10111110 | 10110110 | 1101001 | 0 | 100 | 101101 | 11001 | 110110 | 101000 | 111010 |
Color Harmonies of #BEB669
Complementary color
Monochromatic Colors of #BEB669
Black with #BEB669
Text Example
Text Example
White with #BEB669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB669; }
p { color: rgb(190,182,105); }
H1.HeaderClassName
{
color: #BEB669;
}
.AnyTagClassName
{
color: #BEB669;
}
</style>
background-color css
<style>
a { background-color: #BEB669; }
a { background-color: rgb(190,182,105); }
div.DivClassName
{
background-color: #BEB669;
}
.BgClassName
{
background-color: #BEB669;
}
</style>
border-color css
<style>
span { border-color: #BEB669; }
span { border-color: rgb(190,182,105); }
td.TdClassName
{
border-color: #BEB669;
}
.TagClassName
{
border-color: #BEB669;
}
</style>