#BE757F

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

Shades of Tapestry #BE757F

Tints of Tapestry #BE757F

Color information

#BE757F (or 0xBE757F) is unknown color: approx Tapestry. HEX triplet: BE, 75 and 7F. RGB value is (190,117,127). Sum of RGB (Red+Green+Blue) = 190+117+127=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE757F is #418A80. Grayscale: #8C8C8C. Windows color (decimal): -4295297 or 8353214. OLE color: 8353214.

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

Color convert

RGB190117127-
CMYK00.380.330.25
HSL351.78º35.96%60.2%-
HSV(B)351.78º38.42%74.51%-
XYZ31.4325.223.29-
YUV139.97120.68163.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 127 (50% from 255) = 29.26%
R=43.78%
G=26.96%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011712700.380.330.25351.7835.9660.2
HexBE757F0262119160243c
Octal27616517704641315404474
Binary1011111011101011111111010011010000111001101100000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE757F; }

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

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

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

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

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

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

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

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