#BC6F8B

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

Shades of Tapestry #BC6F8B

Tints of Tapestry #BC6F8B

Color information

#BC6F8B (or 0xBC6F8B) is unknown color: approx Tapestry. HEX triplet: BC, 6F and 8B. RGB value is (188,111,139). Sum of RGB (Red+Green+Blue) = 188+111+139=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6F8B is #439074. Grayscale: #898989. Windows color (decimal): -4427893 or 9138108. OLE color: 9138108.

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

Color convert

RGB188111139-
CMYK00.410.260.26
HSL338.18º36.49%58.63%-
HSV(B)338.18º40.96%73.73%-
XYZ31.0823.9227.41-
YUV137.22129.01164.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=42.92%
G=25.34%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811113900.410.260.26338.1836.4958.63
HexBC6F8B0291A1A152243b
Octal27415721305132325224473
Binary1011110011011111000101101010011101011010101010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F8B; }

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

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

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

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

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

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

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

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