#BE7B8F

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

Shades of Tapestry #BE7B8F

Tints of Tapestry #BE7B8F

Color information

#BE7B8F (or 0xBE7B8F) is unknown color: approx Tapestry. HEX triplet: BE, 7B and 8F. RGB value is (190,123,143). Sum of RGB (Red+Green+Blue) = 190+123+143=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B8F is #418470. Grayscale: #919191. Windows color (decimal): -4293745 or 9403326. OLE color: 9403326.

HSL color Cylindrical-coordinate representation of color #BE7B8F: hue angle of 342.09º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7B8F is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB190123143-
CMYK00.350.250.25
HSL342.09º34.01%61.37%-
HSV(B)342.09º35.26%74.51%-
XYZ33.2827.129.46-
YUV145.31126.7159.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 143 (56.25% from 255) = 31.36%
R=41.67%
G=26.97%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012314300.350.250.25342.0934.0161.37
HexBE7B8F0231919156223d
Octal27617321704331315264275
Binary1011111011110111000111101000111100111001101010110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B8F; }

 p { color: rgb(190,123,143); }

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

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

 a { background-color: rgb(190,123,143); }

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

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

 span { border-color: rgb(190,123,143); }

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