Html Css Color HEX #BE7682 Tapestry

📋 copy color: '#BE7682'

red 190 ◦ green 118 ◦ blue 130

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

Shades of Tapestry #BE7682

Tints of Tapestry #BE7682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.94%

 BLUE value IS 130 (51.17% from 255) = 29.68%

R = 43.38%
G = 26.94%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE7682 (or 0xBE7682) is known color: Tapestry. HEX triplet: BE, 76 and 82. RGB value is (190,118,130). Sum of RGB (Red+Green+Blue) = 190+118+130=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7682 is #41897D. Grayscale: #8C8C8C. Windows color (decimal): -4295038 or 8550078. OLE color: 8550078.

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

Color convert

RGB 190 118 130 -
CMYK 0 0.38 0.32 0.25
HSL 350º 0.36% 0.6% -
HSV(B) 350º 0.38% 0.75% -
XYZ 31.74 25.52 24.37 -
YUV 140.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 190 118 130 0 0.38 0.32 0.25 350 0.36 0.6
Hex BE 76 82 0 26 20 19 15E 24 3C
Octal 276 166 202 0 46 40 31 536 44 74
Binary 10111110 1110110 10000010 0 100110 100000 11001 101011110 100100 111100

Color Harmonies of #BE7682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7682

Black with #BE7682

Text Example


Text Example

White with #BE7682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7682; }

 p { color: rgb(190,118,130); }

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

background-color css

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

 a { background-color: rgb(190,118,130); }

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

border-color css

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

 span { border-color: rgb(190,118,130); }

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