#BEB37B

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

Shades of Ecru #BEB37B

Tints of Ecru #BEB37B

Color information

#BEB37B (or 0xBEB37B) is unknown color: approx Ecru. HEX triplet: BE, B3 and 7B. RGB value is (190,179,123). Sum of RGB (Red+Green+Blue) = 190+179+123=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB37B is #414C84. Grayscale: #B0B0B0. Windows color (decimal): -4279429 or 8106942. OLE color: 8106942.

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

Color convert

RGB190179123-
CMYK00.060.350.25
HSL50.15º34.01%61.37%-
HSV(B)50.15º35.26%74.51%-
XYZ40.9344.6225.19-
YUV175.998.14138.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 123 (48.44% from 255) = 25%
R=38.62%
G=36.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017912300.060.350.2550.1534.0161.37
HexBEB37B06231932223d
Octal276263173064331624275
Binary10111110101100111111011011010001111001110010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB37B; }

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

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

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

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

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

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

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

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