#BC6B7F

Color #BC6B7F Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #BC6B7F

Tints of Tapestry #BC6B7F

Color information

#BC6B7F (or 0xBC6B7F) is unknown color: approx Tapestry. HEX triplet: BC, 6B and 7F. RGB value is (188,107,127). Sum of RGB (Red+Green+Blue) = 188+107+127=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B7F is #439480. Grayscale: #858585. Windows color (decimal): -4428929 or 8350652. OLE color: 8350652.

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

Color convert

RGB188107127-
CMYK00.430.320.26
HSL345.19º37.67%57.84%-
HSV(B)345.19º43.09%73.73%-
XYZ29.8322.7422.9-
YUV133.5124.34166.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 127 (50% from 255) = 30.09%
R=44.55%
G=25.36%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810712700.430.320.26345.1937.6757.84
HexBC6B7F02B201A159263a
Octal27415317705340325314672
Binary1011110011010111111111010101110000011010101011001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B7F; }

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

 H1.HeaderClassName
 {
   color: #BC6B7F;
 }
 .AnyTagClassName
 {
   color: #BC6B7F;
 }
</style>
background-color css

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

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

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

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

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

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