#BEB57B

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

Shades of Ecru #BEB57B

Tints of Ecru #BEB57B

Color information

#BEB57B (or 0xBEB57B) is unknown color: approx Ecru. HEX triplet: BE, B5 and 7B. RGB value is (190,181,123). Sum of RGB (Red+Green+Blue) = 190+181+123=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB57B is #414A84. Grayscale: #B1B1B1. Windows color (decimal): -4278917 or 8107454. OLE color: 8107454.

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

Color convert

RGB190181123-
CMYK00.050.350.25
HSL51.94º34.01%61.37%-
HSV(B)51.94º35.26%74.51%-
XYZ41.3345.4225.33-
YUV177.0897.48137.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 123 (48.44% from 255) = 24.90%
R=38.46%
G=36.64%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018112300.050.350.2551.9434.0161.37
HexBEB57B05231934223d
Octal276265173054331644275
Binary10111110101101011111011010110001111001110100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB57B; }

 p { color: rgb(190,181,123); }

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

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

 a { background-color: rgb(190,181,123); }

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

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

 span { border-color: rgb(190,181,123); }

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