Html Css Color HEX #BC7686 Tapestry

📋 copy color: '#BC7686'

red 188 ◦ green 118 ◦ blue 134

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

Shades of Tapestry #BC7686

Tints of Tapestry #BC7686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.82%

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

R = 42.73%
G = 26.82%
B = 30.45%

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

#BC7686 (or 0xBC7686) is known color: Tapestry. HEX triplet: BC, 76 and 86. RGB value is (188,118,134). Sum of RGB (Red+Green+Blue) = 188+118+134=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7686 is #438979. Grayscale: #8C8C8C. Windows color (decimal): -4426106 or 8812220. OLE color: 8812220.

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

Color convert

RGB 188 118 134 -
CMYK 0 0.37 0.29 0.26
HSL 346.29º 0.34% 0.6% -
HSV(B) 346.29º 0.37% 0.74% -
XYZ 31.52 25.37 25.79 -
YUV 140.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 188 118 134 0 0.37 0.29 0.26 346.29 0.34 0.6
Hex BC 76 86 0 25 1D 1A 15A 22 3C
Octal 274 166 206 0 45 35 32 532 42 74
Binary 10111100 1110110 10000110 0 100101 11101 11010 101011010 100010 111100

Color Harmonies of #BC7686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7686

Black with #BC7686

Text Example


Text Example

White with #BC7686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7686; }

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

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

background-color css

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

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

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

border-color css

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

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

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