#BEA977

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

Shades of Ecru #BEA977

Tints of Ecru #BEA977

Color information

#BEA977 (or 0xBEA977) is unknown color: approx Ecru. HEX triplet: BE, A9 and 77. RGB value is (190,169,119). Sum of RGB (Red+Green+Blue) = 190+169+119=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA977 is #415688. Grayscale: #A9A9A9. Windows color (decimal): -4281993 or 7842238. OLE color: 7842238.

HSL color Cylindrical-coordinate representation of color #BEA977: hue angle of 42.25º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEA977 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB190169119-
CMYK00.110.370.25
HSL42.25º35.32%60.59%-
HSV(B)42.25º37.37%74.51%-
XYZ38.7540.6523.26-
YUV169.5899.46142.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=39.75%
G=35.36%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016911900.110.370.2542.2535.3260.59
HexBEA9770B25192a233d
Octal2762511670134531524375
Binary101111101010100111101110101110010111001101010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA977; }

 p { color: rgb(190,169,119); }

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

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

 a { background-color: rgb(190,169,119); }

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

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

 span { border-color: rgb(190,169,119); }

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