#BC6181

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

Shades of Tapestry #BC6181

Tints of Tapestry #BC6181

Color information

#BC6181 (or 0xBC6181) is unknown color: approx Tapestry. HEX triplet: BC, 61 and 81. RGB value is (188,97,129). Sum of RGB (Red+Green+Blue) = 188+97+129=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6181 is #439E7E. Grayscale: #7F7F7F. Windows color (decimal): -4431487 or 8479164. OLE color: 8479164.

HSL color Cylindrical-coordinate representation of color #BC6181: hue angle of 338.9º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6181 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB18897129-
CMYK00.480.310.26
HSL338.9º40.44%55.88%-
HSV(B)338.9º48.4%73.73%-
XYZ28.9820.8323.26-
YUV127.86128.65170.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=45.41%
G=23.43%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889712900.480.310.26338.940.4455.88
HexBC61810301F1A1532838
Octal27414120106037325235070
Binary1011110011000011000000101100001111111010101010011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6181; }

 p { color: rgb(188,97,129); }

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

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

 a { background-color: rgb(188,97,129); }

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

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

 span { border-color: rgb(188,97,129); }

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