#BEB27D

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

Shades of Ecru #BEB27D

Tints of Ecru #BEB27D

Color information

#BEB27D (or 0xBEB27D) is unknown color: approx Ecru. HEX triplet: BE, B2 and 7D. RGB value is (190,178,125). Sum of RGB (Red+Green+Blue) = 190+178+125=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB27D is #414D82. Grayscale: #AFAFAF. Windows color (decimal): -4279683 or 8237758. OLE color: 8237758.

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

Color convert

RGB190178125-
CMYK00.060.340.25
HSL48.92º33.33%61.76%-
HSV(B)48.92º34.21%74.51%-
XYZ40.8644.2725.79-
YUV175.5599.48138.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=38.54%
G=36.11%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017812500.060.340.2548.9233.3361.76
HexBEB27D06221931213e
Octal276262175064231614176
Binary10111110101100101111101011010001011001110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB27D; }

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

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

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

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

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

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

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

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