#BE6081

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

Shades of Tapestry #BE6081

Tints of Tapestry #BE6081

Color information

#BE6081 (or 0xBE6081) is unknown color: approx Tapestry. HEX triplet: BE, 60 and 81. RGB value is (190,96,129). Sum of RGB (Red+Green+Blue) = 190+96+129=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6081 is #419F7E. Grayscale: #7F7F7F. Windows color (decimal): -4300671 or 8478910. OLE color: 8478910.

HSL color Cylindrical-coordinate representation of color #BE6081: hue angle of 338.94º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6081 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19096129-
CMYK00.490.320.25
HSL338.94º41.96%56.08%-
HSV(B)338.94º49.47%74.51%-
XYZ29.3820.923.25-
YUV127.87128.64172.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 129 (50.78% from 255) = 31.08%
R=45.78%
G=23.13%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909612900.490.320.25338.9441.9656.08
HexBE608103120191532a38
Octal27614020106140315235270
Binary10111110110000010000001011000110000011001101010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6081; }

 p { color: rgb(190,96,129); }

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

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

 a { background-color: rgb(190,96,129); }

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

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

 span { border-color: rgb(190,96,129); }

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