Html Css Color HEX #BEB085 Ecru

📋 copy color: '#BEB085'

red 190 ◦ green 176 ◦ blue 133

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

Shades of Ecru #BEB085

Tints of Ecru #BEB085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.65%

R = 38.08%
G = 35.27%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BEB085 (or 0xBEB085) is known color: Ecru. HEX triplet: BE, B0 and 85. RGB value is (190,176,133). Sum of RGB (Red+Green+Blue) = 190+176+133=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB085 is #414F7A. Grayscale: #AFAFAF. Windows color (decimal): -4280187 or 8761534. OLE color: 8761534.

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

Color convert

RGB 190 176 133 -
CMYK 0 0.07 0.3 0.25
HSL 45.26º 0.3% 0.63% -
HSV(B) 45.26º 0.3% 0.75% -
XYZ 40.99 43.69 28.46 -
YUV 175.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 190 176 133 0 0.07 0.3 0.25 45.26 0.3 0.63
Hex BE B0 85 0 7 1E 19 2D 1E 3F
Octal 276 260 205 0 7 36 31 55 36 77
Binary 10111110 10110000 10000101 0 111 11110 11001 101101 11110 111111

Color Harmonies of #BEB085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB085

Black with #BEB085

Text Example


Text Example

White with #BEB085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB085; }

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

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

background-color css

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

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

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

border-color css

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

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

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