#BC7483

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

Shades of Tapestry #BC7483

Tints of Tapestry #BC7483

Color information

#BC7483 (or 0xBC7483) is unknown color: approx Tapestry. HEX triplet: BC, 74 and 83. RGB value is (188,116,131). Sum of RGB (Red+Green+Blue) = 188+116+131=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7483 is #438B7C. Grayscale: #8B8B8B. Windows color (decimal): -4426621 or 8615100. OLE color: 8615100.

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

Color convert

RGB188116131-
CMYK00.380.300.26
HSL347.5º34.95%59.61%-
HSV(B)347.5º38.3%73.73%-
XYZ31.0824.8224.63-
YUV139.24123.35162.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 131 (51.56% from 255) = 30.11%
R=43.22%
G=26.67%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811613100.380.300.26347.534.9559.61
HexBC74830261E1A15c233c
Octal27416420304636325344374
Binary1011110011101001000001101001101111011010101011100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7483; }

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

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

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

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

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

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

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

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