Html Css Color HEX #BE707C Tapestry

📋 copy color: '#BE707C'

red 190 ◦ green 112 ◦ blue 124

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

Shades of Tapestry #BE707C

Tints of Tapestry #BE707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.11%

R = 44.6%
G = 26.29%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE707C (or 0xBE707C) is known color: Tapestry. HEX triplet: BE, 70 and 7C. RGB value is (190,112,124). Sum of RGB (Red+Green+Blue) = 190+112+124=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE707C is #418F83. Grayscale: #888888. Windows color (decimal): -4296580 or 8155326. OLE color: 8155326.

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

Color convert

RGB 190 112 124 -
CMYK 0 0.41 0.35 0.25
HSL 350.77º 0.38% 0.59% -
HSV(B) 350.77º 0.41% 0.75% -
XYZ 30.67 23.99 22.08 -
YUV 136.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 190 112 124 0 0.41 0.35 0.25 350.77 0.38 0.59
Hex BE 70 7C 0 29 23 19 15F 26 3B
Octal 276 160 174 0 51 43 31 537 46 73
Binary 10111110 1110000 1111100 0 101001 100011 11001 101011111 100110 111011

Color Harmonies of #BE707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE707C

Black with #BE707C

Text Example


Text Example

White with #BE707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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