#BE6975

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

Shades of Tapestry #BE6975

Tints of Tapestry #BE6975

Color information

#BE6975 (or 0xBE6975) is unknown color: approx Tapestry. HEX triplet: BE, 69 and 75. RGB value is (190,105,117). Sum of RGB (Red+Green+Blue) = 190+105+117=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6975 is #41968A. Grayscale: #838383. Windows color (decimal): -4298379 or 7694782. OLE color: 7694782.

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

Color convert

RGB190105117-
CMYK00.450.380.25
HSL351.53º39.53%57.84%-
HSV(B)351.53º44.74%74.51%-
XYZ29.522.3319.59-
YUV131.78119.66169.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=46.12%
G=25.49%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010511700.450.380.25351.5339.5357.84
HexBE697502D2619160283a
Octal27615116505546315405072
Binary1011111011010011110101010110110011011001101100000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6975; }

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

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

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

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

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

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

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

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