Html Css Color HEX #BC6A8D Tapestry

📋 copy color: '#BC6A8D'

red 188 ◦ green 106 ◦ blue 141

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

Shades of Tapestry #BC6A8D

Tints of Tapestry #BC6A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.37%

 BLUE value IS 141 (55.47% from 255) = 32.41%

R = 43.22%
G = 24.37%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC6A8D (or 0xBC6A8D) is known color: Tapestry. HEX triplet: BC, 6A and 8D. RGB value is (188,106,141). Sum of RGB (Red+Green+Blue) = 188+106+141=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6A8D is #439572. Grayscale: #868686. Windows color (decimal): -4429171 or 9267900. OLE color: 9267900.

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

Color convert

RGB 188 106 141 -
CMYK 0 0.44 0.25 0.26
HSL 334.39º 0.38% 0.58% -
HSV(B) 334.39º 0.44% 0.74% -
XYZ 30.7 22.92 28.01 -
YUV 134.51 131.67 166.15 -
System Red Green Blue C M Y K H S L
Decimal 188 106 141 0 0.44 0.25 0.26 334.39 0.38 0.58
Hex BC 6A 8D 0 2C 19 1A 14E 26 3A
Octal 274 152 215 0 54 31 32 516 46 72
Binary 10111100 1101010 10001101 0 101100 11001 11010 101001110 100110 111010

Color Harmonies of #BC6A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A8D

Black with #BC6A8D

Text Example


Text Example

White with #BC6A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A8D; }

 p { color: rgb(188,106,141); }

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

background-color css

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

 a { background-color: rgb(188,106,141); }

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

border-color css

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

 span { border-color: rgb(188,106,141); }

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