#BC6F8E

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

Shades of Tapestry #BC6F8E

Tints of Tapestry #BC6F8E

Color information

#BC6F8E (or 0xBC6F8E) is unknown color: approx Tapestry. HEX triplet: BC, 6F and 8E. RGB value is (188,111,142). Sum of RGB (Red+Green+Blue) = 188+111+142=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6F8E is #439071. Grayscale: #898989. Windows color (decimal): -4427890 or 9334716. OLE color: 9334716.

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

Color convert

RGB188111142-
CMYK00.410.240.26
HSL335.84º36.49%58.63%-
HSV(B)335.84º40.96%73.73%-
XYZ31.3124.0128.58-
YUV137.56130.51163.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=42.63%
G=25.17%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811114200.410.240.26335.8436.4958.63
HexBC6F8E029181A150243b
Octal27415721605130325204473
Binary1011110011011111000111001010011100011010101010000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F8E; }

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

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

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

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

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

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

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

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