#BEB07E

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

Shades of Ecru #BEB07E

Tints of Ecru #BEB07E

Color information

#BEB07E (or 0xBEB07E) is unknown color: approx Ecru. HEX triplet: BE, B0 and 7E. RGB value is (190,176,126). Sum of RGB (Red+Green+Blue) = 190+176+126=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB07E is #414F81. Grayscale: #AEAEAE. Windows color (decimal): -4280194 or 8302782. OLE color: 8302782.

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

Color convert

RGB190176126-
CMYK00.070.340.25
HSL46.88º32.99%61.96%-
HSV(B)46.88º33.68%74.51%-
XYZ40.5343.526-
YUV174.49100.64139.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 126 (49.61% from 255) = 25.61%
R=38.62%
G=35.77%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017612600.070.340.2546.8832.9961.96
HexBEB07E0722192f213e
Octal276260176074231574176
Binary10111110101100001111110011110001011001101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB07E; }

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

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

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

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

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

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

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

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