Html Css Color HEX #BC6D8C Tapestry

📋 copy color: '#BC6D8C'

red 188 ◦ green 109 ◦ blue 140

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

Shades of Tapestry #BC6D8C

Tints of Tapestry #BC6D8C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

 BLUE value IS 140 (55.08% from 255) = 32.04%

R = 43.02%
G = 24.94%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC6D8C (or 0xBC6D8C) is known color: Tapestry. HEX triplet: BC, 6D and 8C. RGB value is (188,109,140). Sum of RGB (Red+Green+Blue) = 188+109+140=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6D8C is #439273. Grayscale: #888888. Windows color (decimal): -4428404 or 9203132. OLE color: 9203132.

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

Color convert

RGB 188 109 140 -
CMYK 0 0.42 0.26 0.26
HSL 336.46º 0.37% 0.58% -
HSV(B) 336.46º 0.42% 0.74% -
XYZ 30.94 23.52 27.72 -
YUV 136.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 188 109 140 0 0.42 0.26 0.26 336.46 0.37 0.58
Hex BC 6D 8C 0 2A 1A 1A 150 25 3A
Octal 274 155 214 0 52 32 32 520 45 72
Binary 10111100 1101101 10001100 0 101010 11010 11010 101010000 100101 111010

Color Harmonies of #BC6D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D8C

Black with #BC6D8C

Text Example


Text Example

White with #BC6D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D8C; }

 p { color: rgb(188,109,140); }

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

background-color css

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

 a { background-color: rgb(188,109,140); }

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

border-color css

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

 span { border-color: rgb(188,109,140); }

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