#BEB67C

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

Shades of Ecru #BEB67C

Tints of Ecru #BEB67C

Color information

#BEB67C (or 0xBEB67C) is unknown color: approx Ecru. HEX triplet: BE, B6 and 7C. RGB value is (190,182,124). Sum of RGB (Red+Green+Blue) = 190+182+124=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB67C is #414983. Grayscale: #B2B2B2. Windows color (decimal): -4278660 or 8173246. OLE color: 8173246.

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

Color convert

RGB190182124-
CMYK00.040.350.25
HSL52.73º33.67%61.57%-
HSV(B)52.73º34.74%74.51%-
XYZ41.645.8625.73-
YUV177.7897.65136.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 124 (48.83% from 255) = 25%
R=38.31%
G=36.69%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018212400.040.350.2552.7333.6761.57
HexBEB67C04231935223e
Octal276266174044331654276
Binary10111110101101101111100010010001111001110101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB67C; }

 p { color: rgb(190,182,124); }

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

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

 a { background-color: rgb(190,182,124); }

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

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

 span { border-color: rgb(190,182,124); }

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