#B5658E

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

Shades of Tapestry #B5658E

Tints of Tapestry #B5658E

Color information

#B5658E (or 0xB5658E) is unknown color: approx Tapestry. HEX triplet: B5, 65 and 8E. RGB value is (181,101,142). Sum of RGB (Red+Green+Blue) = 181+101+142=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5658E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5658E is #4A9A71. Grayscale: #818181. Windows color (decimal): -4889202 or 9332149. OLE color: 9332149.

HSL color Cylindrical-coordinate representation of color #B5658E: hue angle of 329.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5658E is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB181101142-
CMYK00.440.220.29
HSL329.25º35.09%55.29%-
HSV(B)329.25º44.2%70.98%-
XYZ28.5921.0828.15-
YUV129.59135164.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=42.69%
G=23.82%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110114200.440.220.29329.2535.0955.29
HexB5658E02C161D1492337
Octal26514521605426355114367
Binary1011010111001011000111001011001011011101101001001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5658E; }

 p { color: rgb(181,101,142); }

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

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

 a { background-color: rgb(181,101,142); }

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

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

 span { border-color: rgb(181,101,142); }

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