Html Css Color HEX #BC6C80 Tapestry

📋 copy color: '#BC6C80'

red 188 ◦ green 108 ◦ blue 128

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

Shades of Tapestry #BC6C80

Tints of Tapestry #BC6C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.47%

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

R = 44.34%
G = 25.47%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC6C80 (or 0xBC6C80) is known color: Tapestry. HEX triplet: BC, 6C and 80. RGB value is (188,108,128). Sum of RGB (Red+Green+Blue) = 188+108+128=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6C80 is #43937F. Grayscale: #868686. Windows color (decimal): -4428672 or 8416444. OLE color: 8416444.

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

Color convert

RGB 188 108 128 -
CMYK 0 0.43 0.32 0.26
HSL 345º 0.37% 0.58% -
HSV(B) 345º 0.43% 0.74% -
XYZ 30 22.98 23.28 -
YUV 134.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 188 108 128 0 0.43 0.32 0.26 345 0.37 0.58
Hex BC 6C 80 0 2B 20 1A 159 25 3A
Octal 274 154 200 0 53 40 32 531 45 72
Binary 10111100 1101100 10000000 0 101011 100000 11010 101011001 100101 111010

Color Harmonies of #BC6C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C80

Black with #BC6C80

Text Example


Text Example

White with #BC6C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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