#B3688E

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

Shades of Tapestry #B3688E

Tints of Tapestry #B3688E

Color information

#B3688E (or 0xB3688E) is unknown color: approx Tapestry. HEX triplet: B3, 68 and 8E. RGB value is (179,104,142). Sum of RGB (Red+Green+Blue) = 179+104+142=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B3688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3688E is #4C9771. Grayscale: #828282. Windows color (decimal): -5019506 or 9332915. OLE color: 9332915.

HSL color Cylindrical-coordinate representation of color #B3688E: hue angle of 329.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3688E is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB179104142-
CMYK00.420.210.30
HSL329.6º33.04%55.49%-
HSV(B)329.6º41.9%70.2%-
XYZ28.4221.4428.23-
YUV130.76134.35162.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=42.12%
G=24.47%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910414200.420.210.30329.633.0455.49
HexB3688E02A151E14a2137
Octal26315021605225365124167
Binary1011001111010001000111001010101010111110101001010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3688E; }

 p { color: rgb(179,104,142); }

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

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

 a { background-color: rgb(179,104,142); }

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

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

 span { border-color: rgb(179,104,142); }

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