Html Css Color HEX #BEB077 Ecru

📋 copy color: '#BEB077'

red 190 ◦ green 176 ◦ blue 119

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

Shades of Ecru #BEB077

Tints of Ecru #BEB077

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.29%

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

R = 39.18%
G = 36.29%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BEB077 (or 0xBEB077) is known color: Ecru. HEX triplet: BE, B0 and 77. RGB value is (190,176,119). Sum of RGB (Red+Green+Blue) = 190+176+119=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB077 is #414F88. Grayscale: #ADADAD. Windows color (decimal): -4280201 or 7844030. OLE color: 7844030.

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

Color convert

RGB 190 176 119 -
CMYK 0 0.07 0.37 0.25
HSL 48.17º 0.35% 0.61% -
HSV(B) 48.17º 0.37% 0.75% -
XYZ 40.09 43.33 23.7 -
YUV 173.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 190 176 119 0 0.07 0.37 0.25 48.17 0.35 0.61
Hex BE B0 77 0 7 25 19 30 23 3D
Octal 276 260 167 0 7 45 31 60 43 75
Binary 10111110 10110000 1110111 0 111 100101 11001 110000 100011 111101

Color Harmonies of #BEB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB077

Black with #BEB077

Text Example


Text Example

White with #BEB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB077; }

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

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

background-color css

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

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

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

border-color css

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

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

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