Html Css Color HEX #BC6E8A Tapestry

📋 copy color: '#BC6E8A'

red 188 ◦ green 110 ◦ blue 138

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

Shades of Tapestry #BC6E8A

Tints of Tapestry #BC6E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.65%

R = 43.12%
G = 25.23%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC6E8A (or 0xBC6E8A) is known color: Tapestry. HEX triplet: BC, 6E and 8A. RGB value is (188,110,138). Sum of RGB (Red+Green+Blue) = 188+110+138=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6E8A is #439175. Grayscale: #888888. Windows color (decimal): -4428150 or 9072316. OLE color: 9072316.

HSL color Cylindrical-coordinate representation of color #BC6E8A: hue angle of 338.46º 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 #BC6E8A is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 110 138 -
CMYK 0 0.41 0.27 0.26
HSL 338.46º 0.37% 0.58% -
HSV(B) 338.46º 0.41% 0.74% -
XYZ 30.9 23.68 26.99 -
YUV 136.51 128.84 164.72 -
System Red Green Blue C M Y K H S L
Decimal 188 110 138 0 0.41 0.27 0.26 338.46 0.37 0.58
Hex BC 6E 8A 0 29 1B 1A 152 25 3A
Octal 274 156 212 0 51 33 32 522 45 72
Binary 10111100 1101110 10001010 0 101001 11011 11010 101010010 100101 111010

Color Harmonies of #BC6E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E8A

Black with #BC6E8A

Text Example


Text Example

White with #BC6E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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