Html Css Color HEX #BEAF77 Ecru

📋 copy color: '#BEAF77'

red 190 ◦ green 175 ◦ blue 119

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

Shades of Ecru #BEAF77

Tints of Ecru #BEAF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.16%

 BLUE value IS 119 (46.88% from 255) = 24.59%

R = 39.26%
G = 36.16%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BEAF77 (or 0xBEAF77) is known color: Ecru. HEX triplet: BE, AF and 77. RGB value is (190,175,119). Sum of RGB (Red+Green+Blue) = 190+175+119=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF77 is #415088. Grayscale: #ADADAD. Windows color (decimal): -4280457 or 7843774. OLE color: 7843774.

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

Color convert

RGB 190 175 119 -
CMYK 0 0.08 0.37 0.25
HSL 47.32º 0.35% 0.61% -
HSV(B) 47.32º 0.37% 0.75% -
XYZ 39.89 42.94 23.64 -
YUV 173.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 190 175 119 0 0.08 0.37 0.25 47.32 0.35 0.61
Hex BE AF 77 0 8 25 19 2F 23 3D
Octal 276 257 167 0 10 45 31 57 43 75
Binary 10111110 10101111 1110111 0 1000 100101 11001 101111 100011 111101

Color Harmonies of #BEAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF77

Black with #BEAF77

Text Example


Text Example

White with #BEAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF77; }

 p { color: rgb(190,175,119); }

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

background-color css

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

 a { background-color: rgb(190,175,119); }

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

border-color css

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

 span { border-color: rgb(190,175,119); }

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