#B5628F

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

Shades of Tapestry #B5628F

Tints of Tapestry #B5628F

Color information

#B5628F (or 0xB5628F) is unknown color: approx Tapestry. HEX triplet: B5, 62 and 8F. RGB value is (181,98,143). Sum of RGB (Red+Green+Blue) = 181+98+143=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5628F is #4A9D70. Grayscale: #7F7F7F. Windows color (decimal): -4889969 or 9396917. OLE color: 9396917.

HSL color Cylindrical-coordinate representation of color #B5628F: hue angle of 327.47º 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 #B5628F is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18198143-
CMYK00.460.210.29
HSL327.47º35.93%54.71%-
HSV(B)327.47º45.86%70.98%-
XYZ28.3820.5428.46-
YUV127.95136.5165.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=42.89%
G=23.22%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819814300.460.210.29327.4735.9354.71
HexB5628F02E151D1472437
Octal26514221705625355074467
Binary1011010111000101000111101011101010111101101000111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5628F; }

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

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

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

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

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

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

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

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