Html Css Color HEX #BC6E7D Tapestry

📋 copy color: '#BC6E7D'

red 188 ◦ green 110 ◦ blue 125

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

Shades of Tapestry #BC6E7D

Tints of Tapestry #BC6E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.55%

R = 44.44%
G = 26%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC6E7D (or 0xBC6E7D) is known color: Tapestry. HEX triplet: BC, 6E and 7D. RGB value is (188,110,125). Sum of RGB (Red+Green+Blue) = 188+110+125=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E7D is #439182. Grayscale: #878787. Windows color (decimal): -4428163 or 8220348. OLE color: 8220348.

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

Color convert

RGB 188 110 125 -
CMYK 0 0.41 0.34 0.26
HSL 348.46º 0.37% 0.58% -
HSV(B) 348.46º 0.41% 0.74% -
XYZ 30.02 23.32 22.32 -
YUV 135.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 188 110 125 0 0.41 0.34 0.26 348.46 0.37 0.58
Hex BC 6E 7D 0 29 22 1A 15C 25 3A
Octal 274 156 175 0 51 42 32 534 45 72
Binary 10111100 1101110 1111101 0 101001 100010 11010 101011100 100101 111010

Color Harmonies of #BC6E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E7D

Black with #BC6E7D

Text Example


Text Example

White with #BC6E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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