#BC708D

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

Shades of Tapestry #BC708D

Tints of Tapestry #BC708D

Color information

#BC708D (or 0xBC708D) is unknown color: approx Tapestry. HEX triplet: BC, 70 and 8D. RGB value is (188,112,141). Sum of RGB (Red+Green+Blue) = 188+112+141=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC708D is #438F72. Grayscale: #898989. Windows color (decimal): -4427635 or 9269436. OLE color: 9269436.

HSL color Cylindrical-coordinate representation of color #BC708D: hue angle of 337.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC708D is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB188112141-
CMYK00.400.250.26
HSL337.11º36.19%58.82%-
HSV(B)337.11º40.43%73.73%-
XYZ31.3424.228.22-
YUV138.03129.68163.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 141 (55.47% from 255) = 31.97%
R=42.63%
G=25.40%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811214100.400.250.26337.1136.1958.82
HexBC708D028191A151243b
Octal27416021505031325214473
Binary1011110011100001000110101010001100111010101010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC708D; }

 p { color: rgb(188,112,141); }

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

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

 a { background-color: rgb(188,112,141); }

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

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

 span { border-color: rgb(188,112,141); }

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