#BEAF73

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

Shades of Ecru #BEAF73

Tints of Ecru #BEAF73

Color information

#BEAF73 (or 0xBEAF73) is unknown color: approx Ecru. HEX triplet: BE, AF and 73. RGB value is (190,175,115). Sum of RGB (Red+Green+Blue) = 190+175+115=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF73 is #41508C. Grayscale: #ACACAC. Windows color (decimal): -4280461 or 7581630. OLE color: 7581630.

HSL color Cylindrical-coordinate representation of color #BEAF73: hue angle of 48º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEAF73 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB190175115-
CMYK00.080.390.25
HSL48º36.59%59.8%-
HSV(B)48º39.47%74.51%-
XYZ39.6642.8422.4-
YUV172.6495.47140.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 115 (45.31% from 255) = 23.96%
R=39.58%
G=36.46%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017511500.080.390.254836.5959.8
HexBEAF7308271930253c
Octal2762571630104731604574
Binary101111101010111111100110100010011111001110000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF73; }

 p { color: rgb(190,175,115); }

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

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

 a { background-color: rgb(190,175,115); }

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

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

 span { border-color: rgb(190,175,115); }

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