#BEB07F

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

Shades of Ecru #BEB07F

Tints of Ecru #BEB07F

Color information

#BEB07F (or 0xBEB07F) is unknown color: approx Ecru. HEX triplet: BE, B0 and 7F. RGB value is (190,176,127). Sum of RGB (Red+Green+Blue) = 190+176+127=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB07F is #414F80. Grayscale: #AEAEAE. Windows color (decimal): -4280193 or 8368318. OLE color: 8368318.

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

Color convert

RGB190176127-
CMYK00.070.330.25
HSL46.67º32.64%62.16%-
HSV(B)46.67º33.16%74.51%-
XYZ40.5943.5326.34-
YUV174.6101.14138.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 127 (50% from 255) = 25.76%
R=38.54%
G=35.70%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017612700.070.330.2546.6732.6462.16
HexBEB07F0721192f213e
Octal276260177074131574176
Binary10111110101100001111111011110000111001101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB07F; }

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

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

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

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

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

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

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

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