#BC7081

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

Shades of Tapestry #BC7081

Tints of Tapestry #BC7081

Color information

#BC7081 (or 0xBC7081) is unknown color: approx Tapestry. HEX triplet: BC, 70 and 81. RGB value is (188,112,129). Sum of RGB (Red+Green+Blue) = 188+112+129=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7081 is #438F7E. Grayscale: #888888. Windows color (decimal): -4427647 or 8483004. OLE color: 8483004.

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

Color convert

RGB188112129-
CMYK00.400.310.26
HSL346.58º36.19%58.82%-
HSV(B)346.58º40.43%73.73%-
XYZ30.523.8623.77-
YUV136.66123.68164.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=43.82%
G=26.11%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811212900.400.310.26346.5836.1958.82
HexBC70810281F1A15b243b
Octal27416020105037325334473
Binary1011110011100001000000101010001111111010101011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7081; }

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

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

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

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

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

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

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

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