#BC738F

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

Shades of Tapestry #BC738F

Tints of Tapestry #BC738F

Color information

#BC738F (or 0xBC738F) is unknown color: approx Tapestry. HEX triplet: BC, 73 and 8F. RGB value is (188,115,143). Sum of RGB (Red+Green+Blue) = 188+115+143=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC738F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC738F is #438C70. Grayscale: #8B8B8B. Windows color (decimal): -4426865 or 9401276. OLE color: 9401276.

HSL color Cylindrical-coordinate representation of color #BC738F: hue angle of 336.99º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC738F is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB188115143-
CMYK00.390.240.26
HSL336.99º35.27%59.41%-
HSV(B)336.99º38.83%73.73%-
XYZ31.8324.9429.12-
YUV140.02129.68162.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 143 (56.25% from 255) = 32.06%
R=42.15%
G=25.78%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811514300.390.240.26336.9935.2759.41
HexBC738F027181A151233b
Octal27416321704730325214373
Binary1011110011100111000111101001111100011010101010001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC738F; }

 p { color: rgb(188,115,143); }

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

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

 a { background-color: rgb(188,115,143); }

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

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

 span { border-color: rgb(188,115,143); }

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