Html Css Color HEX #BC6D86 Tapestry

📋 copy color: '#BC6D86'

red 188 ◦ green 109 ◦ blue 134

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

Shades of Tapestry #BC6D86

Tints of Tapestry #BC6D86

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.29%

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

R = 43.62%
G = 25.29%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC6D86 (or 0xBC6D86) is known color: Tapestry. HEX triplet: BC, 6D and 86. RGB value is (188,109,134). Sum of RGB (Red+Green+Blue) = 188+109+134=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6D86 is #439279. Grayscale: #878787. Windows color (decimal): -4428410 or 8809916. OLE color: 8809916.

HSL color Cylindrical-coordinate representation of color #BC6D86: hue angle of 341.01º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC6D86 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 109 134 -
CMYK 0 0.42 0.29 0.26
HSL 341.01º 0.37% 0.58% -
HSV(B) 341.01º 0.42% 0.74% -
XYZ 30.51 23.35 25.45 -
YUV 135.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 188 109 134 0 0.42 0.29 0.26 341.01 0.37 0.58
Hex BC 6D 86 0 2A 1D 1A 155 25 3A
Octal 274 155 206 0 52 35 32 525 45 72
Binary 10111100 1101101 10000110 0 101010 11101 11010 101010101 100101 111010

Color Harmonies of #BC6D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D86

Black with #BC6D86

Text Example


Text Example

White with #BC6D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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