Shades of Dark Khaki #BEB672
Tints of Dark Khaki #BEB672
RGB
CMYK
RGB Variations
Color information
#BEB672 (or 0xBEB672) is known color: Dark Khaki. HEX triplet: BE, B6 and 72. RGB value is (190,182,114). Sum of RGB (Red+Green+Blue) = 190+182+114=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB672 is #41498D. Grayscale: #B0B0B0. Windows color (decimal): -4278670 or 7517886. OLE color: 7517886.
HSL color Cylindrical-coordinate representation of color #BEB672: hue angle of 53.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEB672 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 182 | 114 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.25 |
| HSL | 53.68º | 0.37% | 0.6% | - |
| HSV(B) | 53.68º | 0.4% | 0.75% | - |
| XYZ | 41 | 45.62 | 22.56 | - |
| YUV | 176.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 114 | 0 | 0.04 | 0.40 | 0.25 | 53.68 | 0.37 | 0.6 |
| Hex | BE | B6 | 72 | 0 | 4 | 28 | 19 | 36 | 25 | 3C |
| Octal | 276 | 266 | 162 | 0 | 4 | 50 | 31 | 66 | 45 | 74 |
| Binary | 10111110 | 10110110 | 1110010 | 0 | 100 | 101000 | 11001 | 110110 | 100101 | 111100 |
Color Harmonies of #BEB672
Complementary color
Monochromatic Colors of #BEB672
Black with #BEB672
Text Example
Text Example
White with #BEB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB672; }
p { color: rgb(190,182,114); }
H1.HeaderClassName
{
color: #BEB672;
}
.AnyTagClassName
{
color: #BEB672;
}
</style>
background-color css
<style>
a { background-color: #BEB672; }
a { background-color: rgb(190,182,114); }
div.DivClassName
{
background-color: #BEB672;
}
.BgClassName
{
background-color: #BEB672;
}
</style>
border-color css
<style>
span { border-color: #BEB672; }
span { border-color: rgb(190,182,114); }
td.TdClassName
{
border-color: #BEB672;
}
.TagClassName
{
border-color: #BEB672;
}
</style>