#BEB76E

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

Shades of Dark Khaki #BEB76E

Tints of Dark Khaki #BEB76E

Color information

#BEB76E (or 0xBEB76E) is unknown color: approx Dark Khaki. HEX triplet: BE, B7 and 6E. RGB value is (190,183,110). Sum of RGB (Red+Green+Blue) = 190+183+110=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB76E is #414891. Grayscale: #B1B1B1. Windows color (decimal): -4278418 or 7255998. OLE color: 7255998.

HSL color Cylindrical-coordinate representation of color #BEB76E: hue angle of 54.75º 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 #BEB76E is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB190183110-
CMYK00.040.420.25
HSL54.75º38.1%58.82%-
HSV(B)54.75º42.11%74.51%-
XYZ40.9845.9421.46-
YUV176.7790.32137.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 183 (71.88% from 255) = 37.89%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=39.34%
G=37.89%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018311000.040.420.2554.7538.158.82
HexBEB76E042A1937263b
Octal276267156045231674673
Binary10111110101101111101110010010101011001110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB76E; }

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

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

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

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

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

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

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

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