Html Css Color HEX #BE6676 Tapestry

📋 copy color: '#BE6676'

red 190 ◦ green 102 ◦ blue 118

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

Shades of Tapestry #BE6676

Tints of Tapestry #BE6676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 46.34%
G = 24.88%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE6676 (or 0xBE6676) is known color: Tapestry. HEX triplet: BE, 66 and 76. RGB value is (190,102,118). Sum of RGB (Red+Green+Blue) = 190+102+118=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6676 is #419989. Grayscale: #828282. Windows color (decimal): -4299146 or 7759550. OLE color: 7759550.

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

Color convert

RGB 190 102 118 -
CMYK 0 0.46 0.38 0.25
HSL 349.09º 0.4% 0.57% -
HSV(B) 349.09º 0.46% 0.75% -
XYZ 29.26 21.76 19.8 -
YUV 130.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 190 102 118 0 0.46 0.38 0.25 349.09 0.4 0.57
Hex BE 66 76 0 2E 26 19 15D 28 39
Octal 276 146 166 0 56 46 31 535 50 71
Binary 10111110 1100110 1110110 0 101110 100110 11001 101011101 101000 111001

Color Harmonies of #BE6676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6676

Black with #BE6676

Text Example


Text Example

White with #BE6676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6676; }

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

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

background-color css

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

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

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

border-color css

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

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

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