#BC738A

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

Shades of Tapestry #BC738A

Tints of Tapestry #BC738A

Color information

#BC738A (or 0xBC738A) is unknown color: approx Tapestry. HEX triplet: BC, 73 and 8A. RGB value is (188,115,138). Sum of RGB (Red+Green+Blue) = 188+115+138=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC738A is #438C75. Grayscale: #8B8B8B. Windows color (decimal): -4426870 or 9073596. OLE color: 9073596.

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

Color convert

RGB188115138-
CMYK00.390.270.26
HSL341.1º35.27%59.41%-
HSV(B)341.1º38.83%73.73%-
XYZ31.4624.7927.17-
YUV139.45127.18162.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 115 (45.31% from 255) = 26.08%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=42.63%
G=26.08%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811513800.390.270.26341.135.2759.41
HexBC738A0271B1A155233b
Octal27416321204733325254373
Binary1011110011100111000101001001111101111010101010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC738A; }

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

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

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

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

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

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

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

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