Html Css Color HEX #BC6B8D Tapestry

📋 copy color: '#BC6B8D'

red 188 ◦ green 107 ◦ blue 141

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

Shades of Tapestry #BC6B8D

Tints of Tapestry #BC6B8D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.54%

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

R = 43.12%
G = 24.54%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC6B8D (or 0xBC6B8D) is known color: Tapestry. HEX triplet: BC, 6B and 8D. RGB value is (188,107,141). Sum of RGB (Red+Green+Blue) = 188+107+141=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6B8D is #439472. Grayscale: #878787. Windows color (decimal): -4428915 or 9268156. OLE color: 9268156.

HSL color Cylindrical-coordinate representation of color #BC6B8D: hue angle of 334.81º degrees, saturation: 0.38, 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 #BC6B8D is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 107 141 -
CMYK 0 0.43 0.25 0.26
HSL 334.81º 0.38% 0.58% -
HSV(B) 334.81º 0.43% 0.74% -
XYZ 30.8 23.13 28.04 -
YUV 135.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 188 107 141 0 0.43 0.25 0.26 334.81 0.38 0.58
Hex BC 6B 8D 0 2B 19 1A 14F 26 3A
Octal 274 153 215 0 53 31 32 517 46 72
Binary 10111100 1101011 10001101 0 101011 11001 11010 101001111 100110 111010

Color Harmonies of #BC6B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B8D

Black with #BC6B8D

Text Example


Text Example

White with #BC6B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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