Html Css Color HEX #BC6787 Tapestry

📋 copy color: '#BC6787'

red 188 ◦ green 103 ◦ blue 135

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

Shades of Tapestry #BC6787

Tints of Tapestry #BC6787

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.18%

 BLUE value IS 135 (53.13% from 255) = 31.69%

R = 44.13%
G = 24.18%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC6787 (or 0xBC6787) is known color: Tapestry. HEX triplet: BC, 67 and 87. RGB value is (188,103,135). Sum of RGB (Red+Green+Blue) = 188+103+135=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6787 is #439878. Grayscale: #848484. Windows color (decimal): -4429945 or 8873916. OLE color: 8873916.

HSL color Cylindrical-coordinate representation of color #BC6787: hue angle of 337.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6787 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 103 135 -
CMYK 0 0.45 0.28 0.26
HSL 337.41º 0.39% 0.57% -
HSV(B) 337.41º 0.45% 0.74% -
XYZ 29.96 22.14 25.62 -
YUV 132.06 129.66 167.9 -
System Red Green Blue C M Y K H S L
Decimal 188 103 135 0 0.45 0.28 0.26 337.41 0.39 0.57
Hex BC 67 87 0 2D 1C 1A 151 27 39
Octal 274 147 207 0 55 34 32 521 47 71
Binary 10111100 1100111 10000111 0 101101 11100 11010 101010001 100111 111001

Color Harmonies of #BC6787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6787

Black with #BC6787

Text Example


Text Example

White with #BC6787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6787; }

 p { color: rgb(188,103,135); }

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

background-color css

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

 a { background-color: rgb(188,103,135); }

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

border-color css

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

 span { border-color: rgb(188,103,135); }

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