Html Css Color HEX #BC6A7F Tapestry

📋 copy color: '#BC6A7F'

red 188 ◦ green 106 ◦ blue 127

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

Shades of Tapestry #BC6A7F

Tints of Tapestry #BC6A7F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.18%

 BLUE value IS 127 (50% from 255) = 30.17%

R = 44.66%
G = 25.18%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC6A7F (or 0xBC6A7F) is known color: Tapestry. HEX triplet: BC, 6A and 7F. RGB value is (188,106,127). Sum of RGB (Red+Green+Blue) = 188+106+127=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A7F is #439580. Grayscale: #848484. Windows color (decimal): -4429185 or 8350396. OLE color: 8350396.

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

Color convert

RGB 188 106 127 -
CMYK 0 0.44 0.32 0.26
HSL 344.63º 0.38% 0.58% -
HSV(B) 344.63º 0.44% 0.74% -
XYZ 29.72 22.53 22.86 -
YUV 132.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 188 106 127 0 0.44 0.32 0.26 344.63 0.38 0.58
Hex BC 6A 7F 0 2C 20 1A 159 26 3A
Octal 274 152 177 0 54 40 32 531 46 72
Binary 10111100 1101010 1111111 0 101100 100000 11010 101011001 100110 111010

Color Harmonies of #BC6A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A7F

Black with #BC6A7F

Text Example


Text Example

White with #BC6A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A7F; }

 p { color: rgb(188,106,127); }

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

background-color css

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

 a { background-color: rgb(188,106,127); }

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

border-color css

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

 span { border-color: rgb(188,106,127); }

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