Html Css Color HEX #BE6681 Tapestry

📋 copy color: '#BE6681'

red 190 ◦ green 102 ◦ blue 129

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

Shades of Tapestry #BE6681

Tints of Tapestry #BE6681

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.23%

 BLUE value IS 129 (50.78% from 255) = 30.64%

R = 45.13%
G = 24.23%
B = 30.64%

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

#BE6681 (or 0xBE6681) is known color: Tapestry. HEX triplet: BE, 66 and 81. RGB value is (190,102,129). Sum of RGB (Red+Green+Blue) = 190+102+129=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6681 is #41997E. Grayscale: #838383. Windows color (decimal): -4299135 or 8480446. OLE color: 8480446.

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

Color convert

RGB 190 102 129 -
CMYK 0 0.46 0.32 0.25
HSL 341.59º 0.4% 0.57% -
HSV(B) 341.59º 0.46% 0.75% -
XYZ 29.95 22.03 23.44 -
YUV 131.39 126.65 169.8 -
System Red Green Blue C M Y K H S L
Decimal 190 102 129 0 0.46 0.32 0.25 341.59 0.4 0.57
Hex BE 66 81 0 2E 20 19 156 28 39
Octal 276 146 201 0 56 40 31 526 50 71
Binary 10111110 1100110 10000001 0 101110 100000 11001 101010110 101000 111001

Color Harmonies of #BE6681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6681

Black with #BE6681

Text Example


Text Example

White with #BE6681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6681; }

 p { color: rgb(190,102,129); }

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

background-color css

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

 a { background-color: rgb(190,102,129); }

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

border-color css

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

 span { border-color: rgb(190,102,129); }

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