Html Css Color HEX #BE7086 Tapestry

📋 copy color: '#BE7086'

red 190 ◦ green 112 ◦ blue 134

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

Shades of Tapestry #BE7086

Tints of Tapestry #BE7086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.73%

R = 43.58%
G = 25.69%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE7086 (or 0xBE7086) is known color: Tapestry. HEX triplet: BE, 70 and 86. RGB value is (190,112,134). Sum of RGB (Red+Green+Blue) = 190+112+134=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7086 is #418F79. Grayscale: #898989. Windows color (decimal): -4296570 or 8810686. OLE color: 8810686.

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

Color convert

RGB 190 112 134 -
CMYK 0 0.41 0.29 0.25
HSL 343.08º 0.38% 0.59% -
HSV(B) 343.08º 0.41% 0.75% -
XYZ 31.33 24.26 25.58 -
YUV 137.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 190 112 134 0 0.41 0.29 0.25 343.08 0.38 0.59
Hex BE 70 86 0 29 1D 19 157 26 3B
Octal 276 160 206 0 51 35 31 527 46 73
Binary 10111110 1110000 10000110 0 101001 11101 11001 101010111 100110 111011

Color Harmonies of #BE7086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7086

Black with #BE7086

Text Example


Text Example

White with #BE7086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7086; }

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

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

background-color css

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

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

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

border-color css

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

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

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