#BEB178

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

Shades of Ecru #BEB178

Tints of Ecru #BEB178

Color information

#BEB178 (or 0xBEB178) is unknown color: approx Ecru. HEX triplet: BE, B1 and 78. RGB value is (190,177,120). Sum of RGB (Red+Green+Blue) = 190+177+120=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB178 is #414E87. Grayscale: #AEAEAE. Windows color (decimal): -4279944 or 7909822. OLE color: 7909822.

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

Color convert

RGB190177120-
CMYK00.070.370.25
HSL48.86º35%60.78%-
HSV(B)48.86º36.84%74.51%-
XYZ40.3543.7524.09-
YUV174.3997.31139.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 120 (47.27% from 255) = 24.64%
R=39.01%
G=36.34%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017712000.070.370.2548.863560.78
HexBEB17807251931233d
Octal276261170074531614375
Binary10111110101100011111000011110010111001110001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB178; }

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

 H1.HeaderClassName
 {
   color: #BEB178;
 }
 .AnyTagClassName
 {
   color: #BEB178;
 }
</style>
background-color css

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

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

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

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

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

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