#BE6D83

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

Shades of Tapestry #BE6D83

Tints of Tapestry #BE6D83

Color information

#BE6D83 (or 0xBE6D83) is unknown color: approx Tapestry. HEX triplet: BE, 6D and 83. RGB value is (190,109,131). Sum of RGB (Red+Green+Blue) = 190+109+131=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6D83 is #41927C. Grayscale: #878787. Windows color (decimal): -4297341 or 8613310. OLE color: 8613310.

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

Color convert

RGB190109131-
CMYK00.430.310.25
HSL343.7º38.39%58.63%-
HSV(B)343.7º42.63%74.51%-
XYZ30.823.5224.39-
YUV135.73125.34166.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 131 (51.56% from 255) = 30.47%
R=44.19%
G=25.35%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010913100.430.310.25343.738.3958.63
HexBE6D8302B1F19158263b
Octal27615520305337315304673
Binary1011111011011011000001101010111111111001101011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D83; }

 p { color: rgb(190,109,131); }

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

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

 a { background-color: rgb(190,109,131); }

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

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

 span { border-color: rgb(190,109,131); }

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