Html Css Color HEX #BC778A Tapestry

📋 copy color: '#BC778A'

red 188 ◦ green 119 ◦ blue 138

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

Shades of Tapestry #BC778A

Tints of Tapestry #BC778A

RGB

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

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

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

R = 42.25%
G = 26.74%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC778A (or 0xBC778A) is known color: Tapestry. HEX triplet: BC, 77 and 8A. RGB value is (188,119,138). Sum of RGB (Red+Green+Blue) = 188+119+138=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC778A is #438875. Grayscale: #8D8D8D. Windows color (decimal): -4425846 or 9074620. OLE color: 9074620.

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

Color convert

RGB 188 119 138 -
CMYK 0 0.37 0.27 0.26
HSL 343.48º 0.34% 0.6% -
HSV(B) 343.48º 0.37% 0.74% -
XYZ 31.92 25.72 27.33 -
YUV 141.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 188 119 138 0 0.37 0.27 0.26 343.48 0.34 0.6
Hex BC 77 8A 0 25 1B 1A 157 22 3C
Octal 274 167 212 0 45 33 32 527 42 74
Binary 10111100 1110111 10001010 0 100101 11011 11010 101010111 100010 111100

Color Harmonies of #BC778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC778A

Black with #BC778A

Text Example


Text Example

White with #BC778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC778A; }

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

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

background-color css

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

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

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

border-color css

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

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

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