Shades of Dark Khaki #BEB668
Tints of Dark Khaki #BEB668
RGB
CMYK
RGB Variations
Color information
#BEB668 (or 0xBEB668) is known color: Dark Khaki. HEX triplet: BE, B6 and 68. RGB value is (190,182,104). Sum of RGB (Red+Green+Blue) = 190+182+104=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB668 is #414997. Grayscale: #AFAFAF. Windows color (decimal): -4278680 or 6862526. OLE color: 6862526.
HSL color Cylindrical-coordinate representation of color #BEB668: hue angle of 54.42º 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 #BEB668 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 182 | 104 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.25 |
| HSL | 54.42º | 0.4% | 0.58% | - |
| HSV(B) | 54.42º | 0.45% | 0.75% | - |
| XYZ | 40.46 | 45.4 | 19.73 | - |
| YUV | 175.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 104 | 0 | 0.04 | 0.45 | 0.25 | 54.42 | 0.4 | 0.58 |
| Hex | BE | B6 | 68 | 0 | 4 | 2D | 19 | 36 | 28 | 3A |
| Octal | 276 | 266 | 150 | 0 | 4 | 55 | 31 | 66 | 50 | 72 |
| Binary | 10111110 | 10110110 | 1101000 | 0 | 100 | 101101 | 11001 | 110110 | 101000 | 111010 |
Color Harmonies of #BEB668
Complementary color
Monochromatic Colors of #BEB668
Black with #BEB668
Text Example
Text Example
White with #BEB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB668; }
p { color: rgb(190,182,104); }
H1.HeaderClassName
{
color: #BEB668;
}
.AnyTagClassName
{
color: #BEB668;
}
</style>
background-color css
<style>
a { background-color: #BEB668; }
a { background-color: rgb(190,182,104); }
div.DivClassName
{
background-color: #BEB668;
}
.BgClassName
{
background-color: #BEB668;
}
</style>
border-color css
<style>
span { border-color: #BEB668; }
span { border-color: rgb(190,182,104); }
td.TdClassName
{
border-color: #BEB668;
}
.TagClassName
{
border-color: #BEB668;
}
</style>