#BE687D

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

Shades of Tapestry #BE687D

Tints of Tapestry #BE687D

Color information

#BE687D (or 0xBE687D) is unknown color: approx Tapestry. HEX triplet: BE, 68 and 7D. RGB value is (190,104,125). Sum of RGB (Red+Green+Blue) = 190+104+125=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE687D is #419782. Grayscale: #848484. Windows color (decimal): -4298627 or 8218814. OLE color: 8218814.

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

Color convert

RGB190104125-
CMYK00.450.340.25
HSL345.35º39.81%57.65%-
HSV(B)345.35º45.26%74.51%-
XYZ29.8922.3322.14-
YUV132.11123.99169.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=45.35%
G=24.82%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010412500.450.340.25345.3539.8157.65
HexBE687D02D2219159283a
Octal27615017505542315315072
Binary1011111011010001111101010110110001011001101011001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE687D; }

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

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

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

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

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

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

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

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