#BE6375

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

Shades of Tapestry #BE6375

Tints of Tapestry #BE6375

Color information

#BE6375 (or 0xBE6375) is unknown color: approx Tapestry. HEX triplet: BE, 63 and 75. RGB value is (190,99,117). Sum of RGB (Red+Green+Blue) = 190+99+117=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6375 is #419C8A. Grayscale: #808080. Windows color (decimal): -4299915 or 7693246. OLE color: 7693246.

HSL color Cylindrical-coordinate representation of color #BE6375: hue angle of 348.13º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6375 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19099117-
CMYK00.480.380.25
HSL348.13º41.18%56.67%-
HSV(B)348.13º47.89%74.51%-
XYZ28.9121.1619.39-
YUV128.26121.65172.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=46.80%
G=24.38%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909911700.480.380.25348.1341.1856.67
HexBE6375030261915c2939
Octal27614316506046315345171
Binary1011111011000111110101011000010011011001101011100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6375; }

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

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

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

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

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

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

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

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