Html Css Color HEX #BEB282 Ecru

📋 copy color: '#BEB282'

red 190 ◦ green 178 ◦ blue 130

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

Shades of Ecru #BEB282

Tints of Ecru #BEB282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.1%

R = 38.15%
G = 35.74%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BEB282 (or 0xBEB282) is known color: Ecru. HEX triplet: BE, B2 and 82. RGB value is (190,178,130). Sum of RGB (Red+Green+Blue) = 190+178+130=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB282 is #414D7D. Grayscale: #B0B0B0. Windows color (decimal): -4279678 or 8565438. OLE color: 8565438.

HSL color Cylindrical-coordinate representation of color #BEB282: hue angle of 48º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEB282 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 178 130 -
CMYK 0 0.06 0.32 0.25
HSL 48º 0.32% 0.63% -
HSV(B) 48º 0.32% 0.75% -
XYZ 41.18 44.4 27.52 -
YUV 176.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 190 178 130 0 0.06 0.32 0.25 48 0.32 0.63
Hex BE B2 82 0 6 20 19 30 20 3F
Octal 276 262 202 0 6 40 31 60 40 77
Binary 10111110 10110010 10000010 0 110 100000 11001 110000 100000 111111

Color Harmonies of #BEB282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB282

Black with #BEB282

Text Example


Text Example

White with #BEB282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB282; }

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

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

background-color css

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

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

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

border-color css

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

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

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