#B3688F

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

Shades of Tapestry #B3688F

Tints of Tapestry #B3688F

Color information

#B3688F (or 0xB3688F) is unknown color: approx Tapestry. HEX triplet: B3, 68 and 8F. RGB value is (179,104,143). Sum of RGB (Red+Green+Blue) = 179+104+143=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B3688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3688F is #4C9770. Grayscale: #828282. Windows color (decimal): -5019505 or 9398451. OLE color: 9398451.

HSL color Cylindrical-coordinate representation of color #B3688F: hue angle of 328.8º 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 #B3688F is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB179104143-
CMYK00.420.200.30
HSL328.8º33.04%55.49%-
HSV(B)328.8º41.9%70.2%-
XYZ28.521.4728.63-
YUV130.87134.85162.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=42.02%
G=24.41%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910414300.420.200.30328.833.0455.49
HexB3688F02A141E1492137
Octal26315021705224365114167
Binary1011001111010001000111101010101010011110101001001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3688F; }

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

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

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

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

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

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

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

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