#BC7183

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

Shades of Tapestry #BC7183

Tints of Tapestry #BC7183

Color information

#BC7183 (or 0xBC7183) is unknown color: approx Tapestry. HEX triplet: BC, 71 and 83. RGB value is (188,113,131). Sum of RGB (Red+Green+Blue) = 188+113+131=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7183 is #438E7C. Grayscale: #898989. Windows color (decimal): -4427389 or 8614332. OLE color: 8614332.

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

Color convert

RGB188113131-
CMYK00.400.300.26
HSL345.6º35.89%59.02%-
HSV(B)345.6º39.89%73.73%-
XYZ30.7424.1424.51-
YUV137.48124.35164.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 131 (51.56% from 255) = 30.32%
R=43.52%
G=26.16%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811313100.400.300.26345.635.8959.02
HexBC71830281E1A15a243b
Octal27416120305036325324473
Binary1011110011100011000001101010001111011010101011010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7183; }

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

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

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

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

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

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

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

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