#B3658A

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

Shades of Tapestry #B3658A

Tints of Tapestry #B3658A

Color information

#B3658A (or 0xB3658A) is unknown color: approx Tapestry. HEX triplet: B3, 65 and 8A. RGB value is (179,101,138). Sum of RGB (Red+Green+Blue) = 179+101+138=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3658A is #4C9A75. Grayscale: #808080. Windows color (decimal): -5020278 or 9070003. OLE color: 9070003.

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

Color convert

RGB179101138-
CMYK00.440.230.30
HSL331.54º33.91%54.9%-
HSV(B)331.54º43.58%70.2%-
XYZ27.8320.7326.58-
YUV128.54133.34163.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.82%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=42.82%
G=24.16%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910113800.440.230.30331.5433.9154.9
HexB3658A02C171E14c2237
Octal26314521205427365144267
Binary1011001111001011000101001011001011111110101001100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3658A; }

 p { color: rgb(179,101,138); }

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

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

 a { background-color: rgb(179,101,138); }

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

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

 span { border-color: rgb(179,101,138); }

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