Html Css Color HEX #BC7786 Tapestry

📋 copy color: '#BC7786'

red 188 ◦ green 119 ◦ blue 134

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

Shades of Tapestry #BC7786

Tints of Tapestry #BC7786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.39%

R = 42.63%
G = 26.98%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC7786 (or 0xBC7786) is known color: Tapestry. HEX triplet: BC, 77 and 86. RGB value is (188,119,134). Sum of RGB (Red+Green+Blue) = 188+119+134=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7786 is #438879. Grayscale: #8D8D8D. Windows color (decimal): -4425850 or 8812476. OLE color: 8812476.

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

Color convert

RGB 188 119 134 -
CMYK 0 0.37 0.29 0.26
HSL 346.96º 0.34% 0.6% -
HSV(B) 346.96º 0.37% 0.74% -
XYZ 31.64 25.61 25.83 -
YUV 141.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 188 119 134 0 0.37 0.29 0.26 346.96 0.34 0.6
Hex BC 77 86 0 25 1D 1A 15B 22 3C
Octal 274 167 206 0 45 35 32 533 42 74
Binary 10111100 1110111 10000110 0 100101 11101 11010 101011011 100010 111100

Color Harmonies of #BC7786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7786

Black with #BC7786

Text Example


Text Example

White with #BC7786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7786; }

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

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

background-color css

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

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

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

border-color css

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

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

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