Html Css Color HEX #BEB286 Ecru

📋 copy color: '#BEB286'

red 190 ◦ green 178 ◦ blue 134

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

Shades of Ecru #BEB286

Tints of Ecru #BEB286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.46%

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

R = 37.85%
G = 35.46%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BEB286 (or 0xBEB286) is known color: Ecru. HEX triplet: BE, B2 and 86. RGB value is (190,178,134). Sum of RGB (Red+Green+Blue) = 190+178+134=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB286 is #414D79. Grayscale: #B0B0B0. Windows color (decimal): -4279674 or 8827582. OLE color: 8827582.

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

Color convert

RGB 190 178 134 -
CMYK 0 0.06 0.29 0.25
HSL 47.14º 0.3% 0.64% -
HSV(B) 47.14º 0.29% 0.75% -
XYZ 41.46 44.51 28.96 -
YUV 176.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 190 178 134 0 0.06 0.29 0.25 47.14 0.3 0.64
Hex BE B2 86 0 6 1D 19 2F 1E 40
Octal 276 262 206 0 6 35 31 57 36 100
Binary 10111110 10110010 10000110 0 110 11101 11001 101111 11110 1000000

Color Harmonies of #BEB286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB286

Black with #BEB286

Text Example


Text Example

White with #BEB286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB286; }

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

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

background-color css

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

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

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

border-color css

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

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

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