#BEB474

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

Shades of Dark Khaki #BEB474

Tints of Dark Khaki #BEB474

Color information

#BEB474 (or 0xBEB474) is unknown color: approx Dark Khaki. HEX triplet: BE, B4 and 74. RGB value is (190,180,116). Sum of RGB (Red+Green+Blue) = 190+180+116=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB474 is #414B8B. Grayscale: #AFAFAF. Windows color (decimal): -4279180 or 7648446. OLE color: 7648446.

HSL color Cylindrical-coordinate representation of color #BEB474: hue angle of 51.89º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEB474 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB190180116-
CMYK00.050.390.25
HSL51.89º36.27%60%-
HSV(B)51.89º38.95%74.51%-
XYZ40.7144.8523.03-
YUV175.6994.31138.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=39.09%
G=37.04%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018011600.050.390.2551.8936.2760
HexBEB47405271934243c
Octal276264164054731644474
Binary10111110101101001110100010110011111001110100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB474; }

 p { color: rgb(190,180,116); }

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

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

 a { background-color: rgb(190,180,116); }

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

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

 span { border-color: rgb(190,180,116); }

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