Html Css Color HEX #BE6387 Tapestry

📋 copy color: '#BE6387'

red 190 ◦ green 99 ◦ blue 135

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

Shades of Tapestry #BE6387

Tints of Tapestry #BE6387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.35%

 BLUE value IS 135 (53.13% from 255) = 31.84%

R = 44.81%
G = 23.35%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE6387 (or 0xBE6387) is known color: Tapestry. HEX triplet: BE, 63 and 87. RGB value is (190,99,135). Sum of RGB (Red+Green+Blue) = 190+99+135=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6387 is #419C78. Grayscale: #828282. Windows color (decimal): -4299897 or 8872894. OLE color: 8872894.

HSL color Cylindrical-coordinate representation of color #BE6387: hue angle of 336.26º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6387 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 99 135 -
CMYK 0 0.48 0.29 0.25
HSL 336.26º 0.41% 0.57% -
HSV(B) 336.26º 0.48% 0.75% -
XYZ 30.07 21.62 25.51 -
YUV 130.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 190 99 135 0 0.48 0.29 0.25 336.26 0.41 0.57
Hex BE 63 87 0 30 1D 19 150 29 39
Octal 276 143 207 0 60 35 31 520 51 71
Binary 10111110 1100011 10000111 0 110000 11101 11001 101010000 101001 111001

Color Harmonies of #BE6387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6387

Black with #BE6387

Text Example


Text Example

White with #BE6387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6387; }

 p { color: rgb(190,99,135); }

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

background-color css

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

 a { background-color: rgb(190,99,135); }

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

border-color css

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

 span { border-color: rgb(190,99,135); }

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