Html Css Color HEX #BC7780 Tapestry

📋 copy color: '#BC7780'

red 188 ◦ green 119 ◦ blue 128

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

Shades of Tapestry #BC7780

Tints of Tapestry #BC7780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.43%

R = 43.22%
G = 27.36%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC7780 (or 0xBC7780) is known color: Tapestry. HEX triplet: BC, 77 and 80. RGB value is (188,119,128). Sum of RGB (Red+Green+Blue) = 188+119+128=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7780 is #43887F. Grayscale: #8C8C8C. Windows color (decimal): -4425856 or 8419260. OLE color: 8419260.

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

Color convert

RGB 188 119 128 -
CMYK 0 0.37 0.32 0.26
HSL 352.17º 0.34% 0.6% -
HSV(B) 352.17º 0.37% 0.74% -
XYZ 31.23 25.44 23.69 -
YUV 140.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 188 119 128 0 0.37 0.32 0.26 352.17 0.34 0.6
Hex BC 77 80 0 25 20 1A 160 22 3C
Octal 274 167 200 0 45 40 32 540 42 74
Binary 10111100 1110111 10000000 0 100101 100000 11010 101100000 100010 111100

Color Harmonies of #BC7780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7780

Black with #BC7780

Text Example


Text Example

White with #BC7780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7780; }

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

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

background-color css

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

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

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

border-color css

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

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

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