#BC7284

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

Shades of Tapestry #BC7284

Tints of Tapestry #BC7284

Color information

#BC7284 (or 0xBC7284) is unknown color: approx Tapestry. HEX triplet: BC, 72 and 84. RGB value is (188,114,132). Sum of RGB (Red+Green+Blue) = 188+114+132=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7284 is #438D7B. Grayscale: #8A8A8A. Windows color (decimal): -4427132 or 8680124. OLE color: 8680124.

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

Color convert

RGB188114132-
CMYK00.390.300.26
HSL345.41º35.58%59.22%-
HSV(B)345.41º39.36%73.73%-
XYZ30.9224.3924.91-
YUV138.18124.52163.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=43.32%
G=26.27%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811413200.390.300.26345.4135.5859.22
HexBC72840271E1A159243b
Octal27416220404736325314473
Binary1011110011100101000010001001111111011010101011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7284; }

 p { color: rgb(188,114,132); }

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

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

 a { background-color: rgb(188,114,132); }

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

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

 span { border-color: rgb(188,114,132); }

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