Html Css Color HEX #BE7386 Tapestry

📋 copy color: '#BE7386'

red 190 ◦ green 115 ◦ blue 134

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

Shades of Tapestry #BE7386

Tints of Tapestry #BE7386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.2%

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

R = 43.28%
G = 26.2%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE7386 (or 0xBE7386) is known color: Tapestry. HEX triplet: BE, 73 and 86. RGB value is (190,115,134). Sum of RGB (Red+Green+Blue) = 190+115+134=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7386 is #418C79. Grayscale: #8B8B8B. Windows color (decimal): -4295802 or 8811454. OLE color: 8811454.

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

Color convert

RGB 190 115 134 -
CMYK 0 0.39 0.29 0.25
HSL 344.8º 0.37% 0.6% -
HSV(B) 344.8º 0.39% 0.75% -
XYZ 31.67 24.93 25.7 -
YUV 139.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 190 115 134 0 0.39 0.29 0.25 344.8 0.37 0.6
Hex BE 73 86 0 27 1D 19 159 25 3C
Octal 276 163 206 0 47 35 31 531 45 74
Binary 10111110 1110011 10000110 0 100111 11101 11001 101011001 100101 111100

Color Harmonies of #BE7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7386

Black with #BE7386

Text Example


Text Example

White with #BE7386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7386; }

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

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

background-color css

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

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

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

border-color css

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

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

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