#BEAB72

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

Shades of Ecru #BEAB72

Tints of Ecru #BEAB72

Color information

#BEAB72 (or 0xBEAB72) is unknown color: approx Ecru. HEX triplet: BE, AB and 72. RGB value is (190,171,114). Sum of RGB (Red+Green+Blue) = 190+171+114=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB72 is #41548D. Grayscale: #AAAAAA. Windows color (decimal): -4281486 or 7515070. OLE color: 7515070.

HSL color Cylindrical-coordinate representation of color #BEAB72: hue angle of 45º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEAB72 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB190171114-
CMYK00.100.400.25
HSL45º36.89%59.61%-
HSV(B)45º40%74.51%-
XYZ38.8441.2921.84-
YUV170.1896.29142.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 114 (44.92% from 255) = 24%
R=40%
G=36%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017111400.100.400.254536.8959.61
HexBEAB720A28192d253c
Octal2762531620125031554574
Binary101111101010101111100100101010100011001101101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB72; }

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

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

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

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

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

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

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

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