Html Css Color HEX #BC6980 Tapestry

📋 copy color: '#BC6980'

red 188 ◦ green 105 ◦ blue 128

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

Shades of Tapestry #BC6980

Tints of Tapestry #BC6980

RGB

 RED value IS 188 (73.83% from 255) = 44.66%

 GREEN value IS 105 (41.41% from 255) = 24.94%

 BLUE value IS 128 (50.39% from 255) = 30.4%

R = 44.66%
G = 24.94%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC6980 (or 0xBC6980) is known color: Tapestry. HEX triplet: BC, 69 and 80. RGB value is (188,105,128). Sum of RGB (Red+Green+Blue) = 188+105+128=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6980 is #43967F. Grayscale: #848484. Windows color (decimal): -4429440 or 8415676. OLE color: 8415676.

HSL color Cylindrical-coordinate representation of color #BC6980: hue angle of 343.37º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6980 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 105 128 -
CMYK 0 0.44 0.32 0.26
HSL 343.37º 0.38% 0.57% -
HSV(B) 343.37º 0.44% 0.74% -
XYZ 29.69 22.35 23.17 -
YUV 132.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 188 105 128 0 0.44 0.32 0.26 343.37 0.38 0.57
Hex BC 69 80 0 2C 20 1A 157 26 39
Octal 274 151 200 0 54 40 32 527 46 71
Binary 10111100 1101001 10000000 0 101100 100000 11010 101010111 100110 111001

Color Harmonies of #BC6980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6980

Black with #BC6980

Text Example


Text Example

White with #BC6980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6980; }

 p { color: rgb(188,105,128); }

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

background-color css

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

 a { background-color: rgb(188,105,128); }

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

border-color css

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

 span { border-color: rgb(188,105,128); }

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