Html Css Color HEX #BC6E7A Tapestry

📋 copy color: '#BC6E7A'

red 188 ◦ green 110 ◦ blue 122

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

Shades of Tapestry #BC6E7A

Tints of Tapestry #BC6E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.05%

R = 44.76%
G = 26.19%
B = 29.05%

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

#BC6E7A (or 0xBC6E7A) is known color: Tapestry. HEX triplet: BC, 6E and 7A. RGB value is (188,110,122). Sum of RGB (Red+Green+Blue) = 188+110+122=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E7A is #439185. Grayscale: #868686. Windows color (decimal): -4428166 or 8023740. OLE color: 8023740.

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

Color convert

RGB 188 110 122 -
CMYK 0 0.41 0.35 0.26
HSL 350.77º 0.37% 0.58% -
HSV(B) 350.77º 0.41% 0.74% -
XYZ 29.83 23.25 21.33 -
YUV 134.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 188 110 122 0 0.41 0.35 0.26 350.77 0.37 0.58
Hex BC 6E 7A 0 29 23 1A 15F 25 3A
Octal 274 156 172 0 51 43 32 537 45 72
Binary 10111100 1101110 1111010 0 101001 100011 11010 101011111 100101 111010

Color Harmonies of #BC6E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E7A

Black with #BC6E7A

Text Example


Text Example

White with #BC6E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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