#BC8283

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

Shades of Tapestry #BC8283

Tints of Tapestry #BC8283

Color information

#BC8283 (or 0xBC8283) is unknown color: approx Tapestry. HEX triplet: BC, 82 and 83. RGB value is (188,130,131). Sum of RGB (Red+Green+Blue) = 188+130+131=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8283 is #437D7C. Grayscale: #939393. Windows color (decimal): -4423037 or 8618684. OLE color: 8618684.

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

Color convert

RGB188130131-
CMYK00.310.300.26
HSL358.97º30.21%62.35%-
HSV(B)358.97º30.85%73.73%-
XYZ32.8228.325.2-
YUV147.46118.72156.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 131 (51.56% from 255) = 29.18%
R=41.87%
G=28.95%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813013100.310.300.26358.9730.2162.35
HexBC828301F1E1A1671e3e
Octal27420220303736325473676
Binary101111001000001010000011011111111101101010110011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8283; }

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

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

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

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

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

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

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

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