#BC6F80

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

Shades of Tapestry #BC6F80

Tints of Tapestry #BC6F80

Color information

#BC6F80 (or 0xBC6F80) is unknown color: approx Tapestry. HEX triplet: BC, 6F and 80. RGB value is (188,111,128). Sum of RGB (Red+Green+Blue) = 188+111+128=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6F80 is #43907F. Grayscale: #878787. Windows color (decimal): -4427904 or 8417212. OLE color: 8417212.

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

Color convert

RGB188111128-
CMYK00.410.320.26
HSL346.75º36.49%58.63%-
HSV(B)346.75º40.96%73.73%-
XYZ30.3223.6223.38-
YUV135.96123.51165.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 111 (43.75% from 255) = 26.00%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=44.03%
G=26.00%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811112800.410.320.26346.7536.4958.63
HexBC6F80029201A15b243b
Octal27415720005140325334473
Binary10111100110111110000000010100110000011010101011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F80; }

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

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

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

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

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

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

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

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