#BEB07D

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

Shades of Ecru #BEB07D

Tints of Ecru #BEB07D

Color information

#BEB07D (or 0xBEB07D) is unknown color: approx Ecru. HEX triplet: BE, B0 and 7D. RGB value is (190,176,125). Sum of RGB (Red+Green+Blue) = 190+176+125=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB07D is #414F82. Grayscale: #AEAEAE. Windows color (decimal): -4280195 or 8237246. OLE color: 8237246.

HSL color Cylindrical-coordinate representation of color #BEB07D: hue angle of 47.08º 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 #BEB07D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB190176125-
CMYK00.070.340.25
HSL47.08º33.33%61.76%-
HSV(B)47.08º34.21%74.51%-
XYZ40.4643.4825.66-
YUV174.37100.14139.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=38.70%
G=35.85%
B=25.46%

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
Decimal19017612500.070.340.2547.0833.3361.76
HexBEB07D0722192f213e
Octal276260175074231574176
Binary10111110101100001111101011110001011001101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB07D; }

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

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

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

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

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

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

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

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