Html Css Color HEX #BC778D Tapestry

📋 copy color: '#BC778D'

red 188 ◦ green 119 ◦ blue 141

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

Shades of Tapestry #BC778D

Tints of Tapestry #BC778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.56%

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

R = 41.96%
G = 26.56%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC778D (or 0xBC778D) is known color: Tapestry. HEX triplet: BC, 77 and 8D. RGB value is (188,119,141). Sum of RGB (Red+Green+Blue) = 188+119+141=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC778D is #438872. Grayscale: #8E8E8E. Windows color (decimal): -4425843 or 9271228. OLE color: 9271228.

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

Color convert

RGB 188 119 141 -
CMYK 0 0.37 0.25 0.26
HSL 340.87º 0.34% 0.6% -
HSV(B) 340.87º 0.37% 0.74% -
XYZ 32.14 25.81 28.49 -
YUV 142.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 188 119 141 0 0.37 0.25 0.26 340.87 0.34 0.6
Hex BC 77 8D 0 25 19 1A 155 22 3C
Octal 274 167 215 0 45 31 32 525 42 74
Binary 10111100 1110111 10001101 0 100101 11001 11010 101010101 100010 111100

Color Harmonies of #BC778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC778D

Black with #BC778D

Text Example


Text Example

White with #BC778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC778D; }

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

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

background-color css

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

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

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

border-color css

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

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

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