#BEB085

Color #BEB085 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BEB085

Tints of Ecru #BEB085

Color information

#BEB085 (or 0xBEB085) is unknown color: approx 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

RGB190176133-
CMYK00.070.30.25
HSL45.26º30.48%63.33%-
HSV(B)45.26º30%74.51%-
XYZ40.9943.6928.46-
YUV175.28104.14138.5-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017613300.070.30.2545.2630.4863.33
HexBEB085071E192d1e3f
Octal276260205073631553677
Binary1011111010110000100001010111111101100110110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>