#BEA875

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

Shades of Ecru #BEA875

Tints of Ecru #BEA875

Color information

#BEA875 (or 0xBEA875) is unknown color: approx Ecru. HEX triplet: BE, A8 and 75. RGB value is (190,168,117). Sum of RGB (Red+Green+Blue) = 190+168+117=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA875 is #41578A. Grayscale: #A8A8A8. Windows color (decimal): -4282251 or 7710910. OLE color: 7710910.

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

Color convert

RGB190168117-
CMYK00.120.380.25
HSL41.92º35.96%60.2%-
HSV(B)41.92º38.42%74.51%-
XYZ38.4540.2422.57-
YUV168.7698.79143.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=40%
G=35.37%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016811700.120.380.2541.9235.9660.2
HexBEA8750C26192a243c
Octal2762501650144631524474
Binary101111101010100011101010110010011011001101010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA875; }

 p { color: rgb(190,168,117); }

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

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

 a { background-color: rgb(190,168,117); }

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

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

 span { border-color: rgb(190,168,117); }

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