Html Css Color HEX #BEAB72 Ecru

📋 copy color: '#BEAB72'

red 190 ◦ green 171 ◦ blue 114

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

Shades of Ecru #BEAB72

Tints of Ecru #BEAB72

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 value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BEAB72 (or 0xBEAB72) is known color: 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

RGB 190 171 114 -
CMYK 0 0.10 0.40 0.25
HSL 45º 0.37% 0.6% -
HSV(B) 45º 0.4% 0.75% -
XYZ 38.84 41.29 21.84 -
YUV 170.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 190 171 114 0 0.10 0.40 0.25 45 0.37 0.6
Hex BE AB 72 0 A 28 19 2D 25 3C
Octal 276 253 162 0 12 50 31 55 45 74
Binary 10111110 10101011 1110010 0 1010 101000 11001 101101 100101 111100

Color Harmonies of #BEAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB72

Black with #BEAB72

Text Example


Text Example

White with #BEAB72

Text Example


Text Example

HTML Codes & Css Web 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>