#BC7181

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

Shades of Tapestry #BC7181

Tints of Tapestry #BC7181

Color information

#BC7181 (or 0xBC7181) is unknown color: approx Tapestry. HEX triplet: BC, 71 and 81. RGB value is (188,113,129). Sum of RGB (Red+Green+Blue) = 188+113+129=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7181 is #438E7E. Grayscale: #898989. Windows color (decimal): -4427391 or 8483260. OLE color: 8483260.

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

Color convert

RGB188113129-
CMYK00.400.310.26
HSL347.2º35.89%59.02%-
HSV(B)347.2º39.89%73.73%-
XYZ30.6124.0923.8-
YUV137.25123.35164.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 129 (50.78% from 255) = 30%
R=43.72%
G=26.28%
B=30%

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
Decimal18811312900.400.310.26347.235.8959.02
HexBC71810281F1A15b243b
Octal27416120105037325334473
Binary1011110011100011000000101010001111111010101011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7181; }

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

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

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

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

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

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

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

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