#B5628E

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

Shades of Tapestry #B5628E

Tints of Tapestry #B5628E

Color information

#B5628E (or 0xB5628E) is unknown color: approx Tapestry. HEX triplet: B5, 62 and 8E. RGB value is (181,98,142). Sum of RGB (Red+Green+Blue) = 181+98+142=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5628E is #4A9D71. Grayscale: #7F7F7F. Windows color (decimal): -4889970 or 9331381. OLE color: 9331381.

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

Color convert

RGB18198142-
CMYK00.460.220.29
HSL328.19º35.93%54.71%-
HSV(B)328.19º45.86%70.98%-
XYZ28.3120.5128.06-
YUV127.83136165.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=42.99%
G=23.28%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819814200.460.220.29328.1935.9354.71
HexB5628E02E161D1482437
Octal26514221605626355104467
Binary1011010111000101000111001011101011011101101001000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5628E; }

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

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

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

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

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

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

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

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