Html Css Color HEX #BEA975 Ecru

📋 copy color: '#BEA975'

red 190 ◦ green 169 ◦ blue 117

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

Shades of Ecru #BEA975

Tints of Ecru #BEA975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.5%

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

R = 39.92%
G = 35.5%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEA975 (or 0xBEA975) is known color: Ecru. HEX triplet: BE, A9 and 75. RGB value is (190,169,117). Sum of RGB (Red+Green+Blue) = 190+169+117=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA975 is #41568A. Grayscale: #A9A9A9. Windows color (decimal): -4281995 or 7711166. OLE color: 7711166.

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

Color convert

RGB 190 169 117 -
CMYK 0 0.11 0.38 0.25
HSL 42.74º 0.36% 0.6% -
HSV(B) 42.74º 0.38% 0.75% -
XYZ 38.63 40.61 22.63 -
YUV 169.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 190 169 117 0 0.11 0.38 0.25 42.74 0.36 0.6
Hex BE A9 75 0 B 26 19 2B 24 3C
Octal 276 251 165 0 13 46 31 53 44 74
Binary 10111110 10101001 1110101 0 1011 100110 11001 101011 100100 111100

Color Harmonies of #BEA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA975

Black with #BEA975

Text Example


Text Example

White with #BEA975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA975; }

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

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

background-color css

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

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

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

border-color css

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

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

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