Html Css Color HEX #BEAC7A Ecru

📋 copy color: '#BEAC7A'

red 190 ◦ green 172 ◦ blue 122

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

Shades of Ecru #BEAC7A

Tints of Ecru #BEAC7A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.54%

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

R = 39.26%
G = 35.54%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BEAC7A (or 0xBEAC7A) is known color: Ecru. HEX triplet: BE, AC and 7A. RGB value is (190,172,122). Sum of RGB (Red+Green+Blue) = 190+172+122=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC7A is #415385. Grayscale: #ABABAB. Windows color (decimal): -4281222 or 8039614. OLE color: 8039614.

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

Color convert

RGB 190 172 122 -
CMYK 0 0.09 0.36 0.25
HSL 44.12º 0.34% 0.61% -
HSV(B) 44.12º 0.36% 0.75% -
XYZ 39.5 41.86 24.41 -
YUV 171.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 190 172 122 0 0.09 0.36 0.25 44.12 0.34 0.61
Hex BE AC 7A 0 9 24 19 2C 22 3D
Octal 276 254 172 0 11 44 31 54 42 75
Binary 10111110 10101100 1111010 0 1001 100100 11001 101100 100010 111101

Color Harmonies of #BEAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC7A

Black with #BEAC7A

Text Example


Text Example

White with #BEAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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