Html Css Color HEX #BE717D Tapestry

📋 copy color: '#BE717D'

red 190 ◦ green 113 ◦ blue 125

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

Shades of Tapestry #BE717D

Tints of Tapestry #BE717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.4%

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 44.39%
G = 26.4%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE717D (or 0xBE717D) is known color: Tapestry. HEX triplet: BE, 71 and 7D. RGB value is (190,113,125). Sum of RGB (Red+Green+Blue) = 190+113+125=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE717D is #418E82. Grayscale: #898989. Windows color (decimal): -4296323 or 8221118. OLE color: 8221118.

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

Color convert

RGB 190 113 125 -
CMYK 0 0.41 0.34 0.25
HSL 350.65º 0.37% 0.59% -
HSV(B) 350.65º 0.41% 0.75% -
XYZ 30.84 24.24 22.45 -
YUV 137.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 190 113 125 0 0.41 0.34 0.25 350.65 0.37 0.59
Hex BE 71 7D 0 29 22 19 15F 25 3B
Octal 276 161 175 0 51 42 31 537 45 73
Binary 10111110 1110001 1111101 0 101001 100010 11001 101011111 100101 111011

Color Harmonies of #BE717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE717D

Black with #BE717D

Text Example


Text Example

White with #BE717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE717D; }

 p { color: rgb(190,113,125); }

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

background-color css

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

 a { background-color: rgb(190,113,125); }

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

border-color css

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

 span { border-color: rgb(190,113,125); }

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