Html Css Color HEX #BC6F7F Tapestry

📋 copy color: '#BC6F7F'

red 188 ◦ green 111 ◦ blue 127

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

Shades of Tapestry #BC6F7F

Tints of Tapestry #BC6F7F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.06%

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

R = 44.13%
G = 26.06%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC6F7F (or 0xBC6F7F) is known color: Tapestry. HEX triplet: BC, 6F and 7F. RGB value is (188,111,127). Sum of RGB (Red+Green+Blue) = 188+111+127=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F7F is #439080. Grayscale: #878787. Windows color (decimal): -4427905 or 8351676. OLE color: 8351676.

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

Color convert

RGB 188 111 127 -
CMYK 0 0.41 0.32 0.26
HSL 347.53º 0.36% 0.59% -
HSV(B) 347.53º 0.41% 0.74% -
XYZ 30.25 23.59 23.04 -
YUV 135.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 188 111 127 0 0.41 0.32 0.26 347.53 0.36 0.59
Hex BC 6F 7F 0 29 20 1A 15C 24 3B
Octal 274 157 177 0 51 40 32 534 44 73
Binary 10111100 1101111 1111111 0 101001 100000 11010 101011100 100100 111011

Color Harmonies of #BC6F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F7F

Black with #BC6F7F

Text Example


Text Example

White with #BC6F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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