Html Css Color HEX #BE677F Tapestry

📋 copy color: '#BE677F'

red 190 ◦ green 103 ◦ blue 127

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

Shades of Tapestry #BE677F

Tints of Tapestry #BE677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.52%

 BLUE value IS 127 (50% from 255) = 30.24%

R = 45.24%
G = 24.52%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE677F (or 0xBE677F) is known color: Tapestry. HEX triplet: BE, 67 and 7F. RGB value is (190,103,127). Sum of RGB (Red+Green+Blue) = 190+103+127=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE677F is #419880. Grayscale: #838383. Windows color (decimal): -4298881 or 8349630. OLE color: 8349630.

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

Color convert

RGB 190 103 127 -
CMYK 0 0.46 0.33 0.25
HSL 343.45º 0.4% 0.57% -
HSV(B) 343.45º 0.46% 0.75% -
XYZ 29.92 22.18 22.78 -
YUV 131.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 190 103 127 0 0.46 0.33 0.25 343.45 0.4 0.57
Hex BE 67 7F 0 2E 21 19 157 28 39
Octal 276 147 177 0 56 41 31 527 50 71
Binary 10111110 1100111 1111111 0 101110 100001 11001 101010111 101000 111001

Color Harmonies of #BE677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE677F

Black with #BE677F

Text Example


Text Example

White with #BE677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE677F; }

 p { color: rgb(190,103,127); }

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

background-color css

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

 a { background-color: rgb(190,103,127); }

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

border-color css

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

 span { border-color: rgb(190,103,127); }

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