#BEB482

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

Shades of Ecru #BEB482

Tints of Ecru #BEB482

Color information

#BEB482 (or 0xBEB482) is unknown color: approx Ecru. HEX triplet: BE, B4 and 82. RGB value is (190,180,130). Sum of RGB (Red+Green+Blue) = 190+180+130=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB482 is #414B7D. Grayscale: #B1B1B1. Windows color (decimal): -4279166 or 8565950. OLE color: 8565950.

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

Color convert

RGB190180130-
CMYK00.050.320.25
HSL50º31.58%62.75%-
HSV(B)50º31.58%74.51%-
XYZ41.5945.227.65-
YUV177.29101.31137.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 130 (51.17% from 255) = 26%
R=38%
G=36%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018013000.050.320.255031.5862.75
HexBEB48205201932203f
Octal276264202054031624077
Binary101111101011010010000010010110000011001110010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB482; }

 p { color: rgb(190,180,130); }

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

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

 a { background-color: rgb(190,180,130); }

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

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

 span { border-color: rgb(190,180,130); }

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