#BEB96E

Color #BEB96E Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BEB96E

Tints of Dark Khaki #BEB96E

Color information

#BEB96E (or 0xBEB96E) is unknown color: approx Dark Khaki. HEX triplet: BE, B9 and 6E. RGB value is (190,185,110). Sum of RGB (Red+Green+Blue) = 190+185+110=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB96E is #414691. Grayscale: #B2B2B2. Windows color (decimal): -4277906 or 7256510. OLE color: 7256510.

HSL color Cylindrical-coordinate representation of color #BEB96E: hue angle of 56.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEB96E is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB190185110-
CMYK00.030.420.25
HSL56.25º38.1%58.82%-
HSV(B)56.25º42.11%74.51%-
XYZ41.446.7721.6-
YUV177.9489.66136.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 185 (72.66% from 255) = 38.14%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=39.18%
G=38.14%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018511000.030.420.2556.2538.158.82
HexBEB96E032A1938263b
Octal276271156035231704673
Binary1011111010111001110111001110101011001111000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB96E; }

 p { color: rgb(190,185,110); }

 H1.HeaderClassName
 {
   color: #BEB96E;
 }
 .AnyTagClassName
 {
   color: #BEB96E;
 }
</style>
background-color css

<style>
 a { background-color: #BEB96E; }

 a { background-color: rgb(190,185,110); }

 div.DivClassName
 {
   background-color: #BEB96E;
 }
 .BgClassName
 {
   background-color: #BEB96E;
 }
</style>
border-color css

<style>
 span { border-color: #BEB96E; }

 span { border-color: rgb(190,185,110); }

 td.TdClassName
 {
   border-color: #BEB96E;
 }
 .TagClassName
 {
   border-color: #BEB96E;
 }
</style>