Html Css Color HEX #BC6786 Tapestry

📋 copy color: '#BC6786'

red 188 ◦ green 103 ◦ blue 134

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

Shades of Tapestry #BC6786

Tints of Tapestry #BC6786

RGB

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

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

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

R = 44.24%
G = 24.24%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC6786 (or 0xBC6786) is known color: Tapestry. HEX triplet: BC, 67 and 86. RGB value is (188,103,134). Sum of RGB (Red+Green+Blue) = 188+103+134=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6786 is #439879. Grayscale: #838383. Windows color (decimal): -4429946 or 8808380. OLE color: 8808380.

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

Color convert

RGB 188 103 134 -
CMYK 0 0.45 0.29 0.26
HSL 338.12º 0.39% 0.57% -
HSV(B) 338.12º 0.45% 0.74% -
XYZ 29.89 22.11 25.25 -
YUV 131.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 188 103 134 0 0.45 0.29 0.26 338.12 0.39 0.57
Hex BC 67 86 0 2D 1D 1A 152 27 39
Octal 274 147 206 0 55 35 32 522 47 71
Binary 10111100 1100111 10000110 0 101101 11101 11010 101010010 100111 111001

Color Harmonies of #BC6786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6786

Black with #BC6786

Text Example


Text Example

White with #BC6786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6786; }

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

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

background-color css

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

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

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

border-color css

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

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

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