Html Css Color HEX #BE6782 Tapestry

📋 copy color: '#BE6782'

red 190 ◦ green 103 ◦ blue 130

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

Shades of Tapestry #BE6782

Tints of Tapestry #BE6782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.35%

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

R = 44.92%
G = 24.35%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE6782 (or 0xBE6782) is known color: Tapestry. HEX triplet: BE, 67 and 82. RGB value is (190,103,130). Sum of RGB (Red+Green+Blue) = 190+103+130=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6782 is #41987D. Grayscale: #848484. Windows color (decimal): -4298878 or 8546238. OLE color: 8546238.

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

Color convert

RGB 190 103 130 -
CMYK 0 0.46 0.32 0.25
HSL 341.38º 0.4% 0.57% -
HSV(B) 341.38º 0.46% 0.75% -
XYZ 30.11 22.26 23.83 -
YUV 132.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 190 103 130 0 0.46 0.32 0.25 341.38 0.4 0.57
Hex BE 67 82 0 2E 20 19 155 28 39
Octal 276 147 202 0 56 40 31 525 50 71
Binary 10111110 1100111 10000010 0 101110 100000 11001 101010101 101000 111001

Color Harmonies of #BE6782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6782

Black with #BE6782

Text Example


Text Example

White with #BE6782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6782; }

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

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

background-color css

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

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

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

border-color css

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

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

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