Html Css Color HEX #BE5F7B Tapestry

📋 copy color: '#BE5F7B'

red 190 ◦ green 95 ◦ blue 123

#BE5F7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #BE5F7B

Tints of Tapestry #BE5F7B

RGB

 RED value IS 190 (74.61% from 255) = 46.57%

 GREEN value IS 95 (37.5% from 255) = 23.28%

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 46.57%
G = 23.28%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE5F7B (or 0xBE5F7B) is known color: Tapestry. HEX triplet: BE, 5F and 7B. RGB value is (190,95,123). Sum of RGB (Red+Green+Blue) = 190+95+123=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5F7B is #41A084. Grayscale: #7E7E7E. Windows color (decimal): -4300933 or 8085438. OLE color: 8085438.

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

Color convert

RGB 190 95 123 -
CMYK 0 0.5 0.35 0.25
HSL 342.32º 0.42% 0.56% -
HSV(B) 342.32º 0.5% 0.75% -
XYZ 28.9 20.56 21.18 -
YUV 126.6 125.97 173.22 -
System Red Green Blue C M Y K H S L
Decimal 190 95 123 0 0.5 0.35 0.25 342.32 0.42 0.56
Hex BE 5F 7B 0 32 23 19 156 2A 38
Octal 276 137 173 0 62 43 31 526 52 70
Binary 10111110 1011111 1111011 0 110010 100011 11001 101010110 101010 111000

Color Harmonies of #BE5F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5F7B

Black with #BE5F7B

Text Example


Text Example

White with #BE5F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5F7B; }

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

 H1.HeaderClassName
 {
   color: #BE5F7B;
 }
 .AnyTagClassName
 {
   color: #BE5F7B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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