#be617b

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

Shades of Tapestry #BE617B

Tints of Tapestry #BE617B

Color information

#BE617B (or 0xBE617B) is unknown color: approx Tapestry. HEX triplet: BE, 61 and 7B. RGB value is (190,97,123). Sum of RGB (Red+Green+Blue) = 190+97+123=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE617B is #419E84. Grayscale: #7F7F7F. Windows color (decimal): -4300421 or 8085950. OLE color: 8085950.

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

Color convert

RGB19097123-
CMYK00.490.350.25
HSL343.23º41.7%56.27%-
HSV(B)343.23º48.95%74.51%-
XYZ29.0920.9321.25-
YUV127.77125.31172.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 123 (48.44% from 255) = 30%
R=46.34%
G=23.66%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909712300.490.350.25343.2341.756.27
HexBE617B03123191572a38
Octal27614117306143315275270
Binary1011111011000011111011011000110001111001101010111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be617b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be617b; }

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

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

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

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

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

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

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

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