Html Css Color HEX #BC6E80 Tapestry

📋 copy color: '#BC6E80'

red 188 ◦ green 110 ◦ blue 128

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

Shades of Tapestry #BC6E80

Tints of Tapestry #BC6E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.82%

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

R = 44.13%
G = 25.82%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC6E80 (or 0xBC6E80) is known color: Tapestry. HEX triplet: BC, 6E and 80. RGB value is (188,110,128). Sum of RGB (Red+Green+Blue) = 188+110+128=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6E80 is #43917F. Grayscale: #878787. Windows color (decimal): -4428160 or 8416956. OLE color: 8416956.

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

Color convert

RGB 188 110 128 -
CMYK 0 0.41 0.32 0.26
HSL 346.15º 0.37% 0.58% -
HSV(B) 346.15º 0.41% 0.74% -
XYZ 30.21 23.4 23.35 -
YUV 135.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 188 110 128 0 0.41 0.32 0.26 346.15 0.37 0.58
Hex BC 6E 80 0 29 20 1A 15A 25 3A
Octal 274 156 200 0 51 40 32 532 45 72
Binary 10111100 1101110 10000000 0 101001 100000 11010 101011010 100101 111010

Color Harmonies of #BC6E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E80

Black with #BC6E80

Text Example


Text Example

White with #BC6E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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