Html Css Color HEX #BE6487 Tapestry

📋 copy color: '#BE6487'

red 190 ◦ green 100 ◦ blue 135

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

Shades of Tapestry #BE6487

Tints of Tapestry #BE6487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.53%

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

R = 44.71%
G = 23.53%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE6487 (or 0xBE6487) is known color: Tapestry. HEX triplet: BE, 64 and 87. RGB value is (190,100,135). Sum of RGB (Red+Green+Blue) = 190+100+135=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6487 is #419B78. Grayscale: #828282. Windows color (decimal): -4299641 or 8873150. OLE color: 8873150.

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

Color convert

RGB 190 100 135 -
CMYK 0 0.47 0.29 0.25
HSL 336.67º 0.41% 0.57% -
HSV(B) 336.67º 0.47% 0.75% -
XYZ 30.17 21.81 25.54 -
YUV 130.9 130.32 170.15 -
System Red Green Blue C M Y K H S L
Decimal 190 100 135 0 0.47 0.29 0.25 336.67 0.41 0.57
Hex BE 64 87 0 2F 1D 19 151 29 39
Octal 276 144 207 0 57 35 31 521 51 71
Binary 10111110 1100100 10000111 0 101111 11101 11001 101010001 101001 111001

Color Harmonies of #BE6487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6487

Black with #BE6487

Text Example


Text Example

White with #BE6487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6487; }

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

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

background-color css

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

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

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

border-color css

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

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

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