Html Css Color HEX #BEB186 Ecru

📋 copy color: '#BEB186'

red 190 ◦ green 177 ◦ blue 134

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

Shades of Ecru #BEB186

Tints of Ecru #BEB186

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.33%

 BLUE value IS 134 (52.73% from 255) = 26.75%

R = 37.92%
G = 35.33%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BEB186 (or 0xBEB186) is known color: Ecru. HEX triplet: BE, B1 and 86. RGB value is (190,177,134). Sum of RGB (Red+Green+Blue) = 190+177+134=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB186 is #414E79. Grayscale: #B0B0B0. Windows color (decimal): -4279930 or 8827326. OLE color: 8827326.

HSL color Cylindrical-coordinate representation of color #BEB186: hue angle of 46.07º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEB186 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 177 134 -
CMYK 0 0.07 0.29 0.25
HSL 46.07º 0.3% 0.64% -
HSV(B) 46.07º 0.29% 0.75% -
XYZ 41.26 44.11 28.89 -
YUV 175.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 190 177 134 0 0.07 0.29 0.25 46.07 0.3 0.64
Hex BE B1 86 0 7 1D 19 2E 1E 40
Octal 276 261 206 0 7 35 31 56 36 100
Binary 10111110 10110001 10000110 0 111 11101 11001 101110 11110 1000000

Color Harmonies of #BEB186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB186

Black with #BEB186

Text Example


Text Example

White with #BEB186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB186; }

 p { color: rgb(190,177,134); }

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

background-color css

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

 a { background-color: rgb(190,177,134); }

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

border-color css

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

 span { border-color: rgb(190,177,134); }

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