#BE698A

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

Shades of Tapestry #BE698A

Tints of Tapestry #BE698A

Color information

#BE698A (or 0xBE698A) is unknown color: approx Tapestry. HEX triplet: BE, 69 and 8A. RGB value is (190,105,138). Sum of RGB (Red+Green+Blue) = 190+105+138=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE698A is #419675. Grayscale: #868686. Windows color (decimal): -4298358 or 9071038. OLE color: 9071038.

HSL color Cylindrical-coordinate representation of color #BE698A: hue angle of 336.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE698A is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB190105138-
CMYK00.450.270.25
HSL336.71º39.53%57.84%-
HSV(B)336.71º44.74%74.51%-
XYZ30.8722.8926.83-
YUV134.18130.16167.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=43.88%
G=24.25%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010513800.450.270.25336.7139.5357.84
HexBE698A02D1B19151283a
Octal27615121205533315215072
Binary1011111011010011000101001011011101111001101010001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE698A; }

 p { color: rgb(190,105,138); }

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

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

 a { background-color: rgb(190,105,138); }

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

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

 span { border-color: rgb(190,105,138); }

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