Html Css Color HEX #BEB076 Ecru

📋 copy color: '#BEB076'

red 190 ◦ green 176 ◦ blue 118

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

Shades of Ecru #BEB076

Tints of Ecru #BEB076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.38%

R = 39.26%
G = 36.36%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEB076 (or 0xBEB076) is known color: Ecru. HEX triplet: BE, B0 and 76. RGB value is (190,176,118). Sum of RGB (Red+Green+Blue) = 190+176+118=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB076 is #414F89. Grayscale: #ADADAD. Windows color (decimal): -4280202 or 7778494. OLE color: 7778494.

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

Color convert

RGB 190 176 118 -
CMYK 0 0.07 0.38 0.25
HSL 48.33º 0.36% 0.6% -
HSV(B) 48.33º 0.38% 0.75% -
XYZ 40.03 43.31 23.39 -
YUV 173.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 190 176 118 0 0.07 0.38 0.25 48.33 0.36 0.6
Hex BE B0 76 0 7 26 19 30 24 3C
Octal 276 260 166 0 7 46 31 60 44 74
Binary 10111110 10110000 1110110 0 111 100110 11001 110000 100100 111100

Color Harmonies of #BEB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB076

Black with #BEB076

Text Example


Text Example

White with #BEB076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB076; }

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

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

background-color css

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

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

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

border-color css

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

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

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