Html Css Color HEX #BEA875 Ecru

📋 copy color: '#BEA875'

red 190 ◦ green 168 ◦ blue 117

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

Shades of Ecru #BEA875

Tints of Ecru #BEA875

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.37%

 BLUE value IS 117 (46.09% from 255) = 24.63%

R = 40%
G = 35.37%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEA875 (or 0xBEA875) is known color: Ecru. HEX triplet: BE, A8 and 75. RGB value is (190,168,117). Sum of RGB (Red+Green+Blue) = 190+168+117=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA875 is #41578A. Grayscale: #A8A8A8. Windows color (decimal): -4282251 or 7710910. OLE color: 7710910.

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

Color convert

RGB 190 168 117 -
CMYK 0 0.12 0.38 0.25
HSL 41.92º 0.36% 0.6% -
HSV(B) 41.92º 0.38% 0.75% -
XYZ 38.45 40.24 22.57 -
YUV 168.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 190 168 117 0 0.12 0.38 0.25 41.92 0.36 0.6
Hex BE A8 75 0 C 26 19 2A 24 3C
Octal 276 250 165 0 14 46 31 52 44 74
Binary 10111110 10101000 1110101 0 1100 100110 11001 101010 100100 111100

Color Harmonies of #BEA875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA875

Black with #BEA875

Text Example


Text Example

White with #BEA875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA875; }

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

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

background-color css

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

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

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

border-color css

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

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

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