Html Css Color HEX #BC778B Tapestry

📋 copy color: '#BC778B'

red 188 ◦ green 119 ◦ blue 139

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

Shades of Tapestry #BC778B

Tints of Tapestry #BC778B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.17%

R = 42.15%
G = 26.68%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC778B (or 0xBC778B) is known color: Tapestry. HEX triplet: BC, 77 and 8B. RGB value is (188,119,139). Sum of RGB (Red+Green+Blue) = 188+119+139=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC778B is #438874. Grayscale: #8D8D8D. Windows color (decimal): -4425845 or 9140156. OLE color: 9140156.

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

Color convert

RGB 188 119 139 -
CMYK 0 0.37 0.26 0.26
HSL 342.61º 0.34% 0.6% -
HSV(B) 342.61º 0.37% 0.74% -
XYZ 32 25.75 27.71 -
YUV 141.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 188 119 139 0 0.37 0.26 0.26 342.61 0.34 0.6
Hex BC 77 8B 0 25 1A 1A 157 22 3C
Octal 274 167 213 0 45 32 32 527 42 74
Binary 10111100 1110111 10001011 0 100101 11010 11010 101010111 100010 111100

Color Harmonies of #BC778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC778B

Black with #BC778B

Text Example


Text Example

White with #BC778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC778B; }

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

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

background-color css

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

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

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

border-color css

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

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

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