#BE6875

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

Shades of Tapestry #BE6875

Tints of Tapestry #BE6875

Color information

#BE6875 (or 0xBE6875) is unknown color: approx Tapestry. HEX triplet: BE, 68 and 75. RGB value is (190,104,117). Sum of RGB (Red+Green+Blue) = 190+104+117=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6875 is #41978A. Grayscale: #838383. Windows color (decimal): -4298635 or 7694526. OLE color: 7694526.

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

Color convert

RGB190104117-
CMYK00.450.380.25
HSL350.93º39.81%57.65%-
HSV(B)350.93º45.26%74.51%-
XYZ29.422.1319.55-
YUV131.2119.99169.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=46.23%
G=25.30%
B=28.47%

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
Decimal19010411700.450.380.25350.9339.8157.65
HexBE687502D261915f283a
Octal27615016505546315375072
Binary1011111011010001110101010110110011011001101011111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6875; }

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

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

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

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

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

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

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

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