#BEAB75

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

Shades of Ecru #BEAB75

Tints of Ecru #BEAB75

Color information

#BEAB75 (or 0xBEAB75) is unknown color: approx Ecru. HEX triplet: BE, AB and 75. RGB value is (190,171,117). Sum of RGB (Red+Green+Blue) = 190+171+117=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB75 is #41548A. Grayscale: #AAAAAA. Windows color (decimal): -4281483 or 7711678. OLE color: 7711678.

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

Color convert

RGB190171117-
CMYK00.100.380.25
HSL44.38º35.96%60.2%-
HSV(B)44.38º38.42%74.51%-
XYZ39.0141.3622.76-
YUV170.5297.79141.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=39.75%
G=35.77%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017111700.100.380.2544.3835.9660.2
HexBEAB750A26192c243c
Octal2762531650124631544474
Binary101111101010101111101010101010011011001101100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB75; }

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

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

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

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

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

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

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

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