Html Css Color HEX #BEAB7A Ecru

📋 copy color: '#BEAB7A'

red 190 ◦ green 171 ◦ blue 122

#BEAB7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #BEAB7A

Tints of Ecru #BEAB7A

RGB

 RED value IS 190 (74.61% from 255) = 39.34%

 GREEN value IS 171 (67.19% from 255) = 35.4%

 BLUE value IS 122 (48.05% from 255) = 25.26%

R = 39.34%
G = 35.4%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BEAB7A (or 0xBEAB7A) is known color: Ecru. HEX triplet: BE, AB and 7A. RGB value is (190,171,122). Sum of RGB (Red+Green+Blue) = 190+171+122=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB7A is #415485. Grayscale: #ABABAB. Windows color (decimal): -4281478 or 8039358. OLE color: 8039358.

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

Color convert

RGB 190 171 122 -
CMYK 0 0.10 0.36 0.25
HSL 43.24º 0.34% 0.61% -
HSV(B) 43.24º 0.36% 0.75% -
XYZ 39.31 41.48 24.35 -
YUV 171.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 190 171 122 0 0.10 0.36 0.25 43.24 0.34 0.61
Hex BE AB 7A 0 A 24 19 2B 22 3D
Octal 276 253 172 0 12 44 31 53 42 75
Binary 10111110 10101011 1111010 0 1010 100100 11001 101011 100010 111101

Color Harmonies of #BEAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB7A

Black with #BEAB7A

Text Example


Text Example

White with #BEAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB7A; }

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

 H1.HeaderClassName
 {
   color: #BEAB7A;
 }
 .AnyTagClassName
 {
   color: #BEAB7A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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