#BC818A

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

Shades of Tapestry #BC818A

Tints of Tapestry #BC818A

Color information

#BC818A (or 0xBC818A) is unknown color: approx Tapestry. HEX triplet: BC, 81 and 8A. RGB value is (188,129,138). Sum of RGB (Red+Green+Blue) = 188+129+138=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC818A is #437E75. Grayscale: #939393. Windows color (decimal): -4423286 or 9077180. OLE color: 9077180.

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

Color convert

RGB188129138-
CMYK00.310.270.26
HSL350.85º30.57%62.16%-
HSV(B)350.85º31.38%73.73%-
XYZ33.1828.2327.74-
YUV147.67122.55156.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=41.32%
G=28.35%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812913800.310.270.26350.8530.5762.16
HexBC818A01F1B1A15f1f3e
Octal27420121203733325373776
Binary101111001000000110001010011111110111101010101111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC818A; }

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

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

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

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

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

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

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

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