#BE7C8B

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

Shades of Tapestry #BE7C8B

Tints of Tapestry #BE7C8B

Color information

#BE7C8B (or 0xBE7C8B) is unknown color: approx Tapestry. HEX triplet: BE, 7C and 8B. RGB value is (190,124,139). Sum of RGB (Red+Green+Blue) = 190+124+139=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C8B is #418374. Grayscale: #919191. Windows color (decimal): -4293493 or 9141438. OLE color: 9141438.

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

Color convert

RGB190124139-
CMYK00.350.270.25
HSL346.36º33.67%61.57%-
HSV(B)346.36º34.74%74.51%-
XYZ33.127.2327.94-
YUV145.44124.37159.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=41.94%
G=27.37%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012413900.350.270.25346.3633.6761.57
HexBE7C8B0231B1915a223e
Octal27617421304333315324276
Binary1011111011111001000101101000111101111001101011010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C8B; }

 p { color: rgb(190,124,139); }

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

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

 a { background-color: rgb(190,124,139); }

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

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

 span { border-color: rgb(190,124,139); }

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