Html Css Color HEX #BE707F Tapestry

📋 copy color: '#BE707F'

red 190 ◦ green 112 ◦ blue 127

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

Shades of Tapestry #BE707F

Tints of Tapestry #BE707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

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

R = 44.29%
G = 26.11%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE707F (or 0xBE707F) is known color: Tapestry. HEX triplet: BE, 70 and 7F. RGB value is (190,112,127). Sum of RGB (Red+Green+Blue) = 190+112+127=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE707F is #418F80. Grayscale: #898989. Windows color (decimal): -4296577 or 8351934. OLE color: 8351934.

HSL color Cylindrical-coordinate representation of color #BE707F: hue angle of 348.46º degrees, saturation: 0.38, 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 #BE707F is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 112 127 -
CMYK 0 0.41 0.33 0.25
HSL 348.46º 0.38% 0.59% -
HSV(B) 348.46º 0.41% 0.75% -
XYZ 30.86 24.07 23.1 -
YUV 137.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 190 112 127 0 0.41 0.33 0.25 348.46 0.38 0.59
Hex BE 70 7F 0 29 21 19 15C 26 3B
Octal 276 160 177 0 51 41 31 534 46 73
Binary 10111110 1110000 1111111 0 101001 100001 11001 101011100 100110 111011

Color Harmonies of #BE707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE707F

Black with #BE707F

Text Example


Text Example

White with #BE707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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