#BC7A7C

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

Shades of Tapestry #BC7A7C

Tints of Tapestry #BC7A7C

Color information

#BC7A7C (or 0xBC7A7C) is unknown color: approx Tapestry. HEX triplet: BC, 7A and 7C. RGB value is (188,122,124). Sum of RGB (Red+Green+Blue) = 188+122+124=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A7C is #438583. Grayscale: #8E8E8E. Windows color (decimal): -4425092 or 8157884. OLE color: 8157884.

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

Color convert

RGB188122124-
CMYK00.350.340.26
HSL358.18º33%60.78%-
HSV(B)358.18º35.11%73.73%-
XYZ31.3426.0722.45-
YUV141.96117.87160.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 122 (48.05% from 255) = 28.11%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=43.32%
G=28.11%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812212400.350.340.26358.183360.78
HexBC7A7C023221A166213d
Octal27417217404342325464175
Binary1011110011110101111100010001110001011010101100110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A7C; }

 p { color: rgb(188,122,124); }

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

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

 a { background-color: rgb(188,122,124); }

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

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

 span { border-color: rgb(188,122,124); }

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