Html Css Color HEX #BC6E7B Tapestry

📋 copy color: '#BC6E7B'

red 188 ◦ green 110 ◦ blue 123

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

Shades of Tapestry #BC6E7B

Tints of Tapestry #BC6E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.13%

 BLUE value IS 123 (48.44% from 255) = 29.22%

R = 44.66%
G = 26.13%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC6E7B (or 0xBC6E7B) is known color: Tapestry. HEX triplet: BC, 6E and 7B. RGB value is (188,110,123). Sum of RGB (Red+Green+Blue) = 188+110+123=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E7B is #439184. Grayscale: #868686. Windows color (decimal): -4428165 or 8089276. OLE color: 8089276.

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

Color convert

RGB 188 110 123 -
CMYK 0 0.41 0.35 0.26
HSL 350º 0.37% 0.58% -
HSV(B) 350º 0.41% 0.74% -
XYZ 29.89 23.27 21.66 -
YUV 134.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 188 110 123 0 0.41 0.35 0.26 350 0.37 0.58
Hex BC 6E 7B 0 29 23 1A 15E 25 3A
Octal 274 156 173 0 51 43 32 536 45 72
Binary 10111100 1101110 1111011 0 101001 100011 11010 101011110 100101 111010

Color Harmonies of #BC6E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E7B

Black with #BC6E7B

Text Example


Text Example

White with #BC6E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E7B; }

 p { color: rgb(188,110,123); }

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

background-color css

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

 a { background-color: rgb(188,110,123); }

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

border-color css

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

 span { border-color: rgb(188,110,123); }

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