Html Css Color HEX #BC6C8D Tapestry

📋 copy color: '#BC6C8D'

red 188 ◦ green 108 ◦ blue 141

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

Shades of Tapestry #BC6C8D

Tints of Tapestry #BC6C8D

RGB

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

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

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

R = 43.02%
G = 24.71%
B = 32.27%

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

#BC6C8D (or 0xBC6C8D) is known color: Tapestry. HEX triplet: BC, 6C and 8D. RGB value is (188,108,141). Sum of RGB (Red+Green+Blue) = 188+108+141=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6C8D is #439372. Grayscale: #878787. Windows color (decimal): -4428659 or 9268412. OLE color: 9268412.

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

Color convert

RGB 188 108 141 -
CMYK 0 0.43 0.25 0.26
HSL 335.25º 0.37% 0.58% -
HSV(B) 335.25º 0.43% 0.74% -
XYZ 30.91 23.34 28.08 -
YUV 135.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 188 108 141 0 0.43 0.25 0.26 335.25 0.37 0.58
Hex BC 6C 8D 0 2B 19 1A 14F 25 3A
Octal 274 154 215 0 53 31 32 517 45 72
Binary 10111100 1101100 10001101 0 101011 11001 11010 101001111 100101 111010

Color Harmonies of #BC6C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C8D

Black with #BC6C8D

Text Example


Text Example

White with #BC6C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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