Html Css Color HEX #BE757F Tapestry

📋 copy color: '#BE757F'

red 190 ◦ green 117 ◦ blue 127

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

Shades of Tapestry #BE757F

Tints of Tapestry #BE757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.96%

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

R = 43.78%
G = 26.96%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE757F (or 0xBE757F) is known color: Tapestry. HEX triplet: BE, 75 and 7F. RGB value is (190,117,127). Sum of RGB (Red+Green+Blue) = 190+117+127=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE757F is #418A80. Grayscale: #8C8C8C. Windows color (decimal): -4295297 or 8353214. OLE color: 8353214.

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

Color convert

RGB 190 117 127 -
CMYK 0 0.38 0.33 0.25
HSL 351.78º 0.36% 0.6% -
HSV(B) 351.78º 0.38% 0.75% -
XYZ 31.43 25.2 23.29 -
YUV 139.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 190 117 127 0 0.38 0.33 0.25 351.78 0.36 0.6
Hex BE 75 7F 0 26 21 19 160 24 3C
Octal 276 165 177 0 46 41 31 540 44 74
Binary 10111110 1110101 1111111 0 100110 100001 11001 101100000 100100 111100

Color Harmonies of #BE757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE757F

Black with #BE757F

Text Example


Text Example

White with #BE757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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