#BC708E

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

Shades of Tapestry #BC708E

Tints of Tapestry #BC708E

Color information

#BC708E (or 0xBC708E) is unknown color: approx Tapestry. HEX triplet: BC, 70 and 8E. RGB value is (188,112,142). Sum of RGB (Red+Green+Blue) = 188+112+142=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC708E is #438F71. Grayscale: #8A8A8A. Windows color (decimal): -4427634 or 9334972. OLE color: 9334972.

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

Color convert

RGB188112142-
CMYK00.400.240.26
HSL336.32º36.19%58.82%-
HSV(B)336.32º40.43%73.73%-
XYZ31.4224.2328.61-
YUV138.14130.18163.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 112 (44.14% from 255) = 25.34%
BLUE value IS 142 (55.86% from 255) = 32.13%
R=42.53%
G=25.34%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811214200.400.240.26336.3236.1958.82
HexBC708E028181A150243b
Octal27416021605030325204473
Binary1011110011100001000111001010001100011010101010000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC708E; }

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

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

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

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

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

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

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

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