#B5628A

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

Shades of Tapestry #B5628A

Tints of Tapestry #B5628A

Color information

#B5628A (or 0xB5628A) is unknown color: approx Tapestry. HEX triplet: B5, 62 and 8A. RGB value is (181,98,138). Sum of RGB (Red+Green+Blue) = 181+98+138=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B5628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5628A is #4A9D75. Grayscale: #7F7F7F. Windows color (decimal): -4889974 or 9069237. OLE color: 9069237.

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

Color convert

RGB18198138-
CMYK00.460.240.29
HSL331.08º35.93%54.71%-
HSV(B)331.08º45.86%70.98%-
XYZ28.0120.3926.5-
YUV127.38134166.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=43.41%
G=23.50%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819813800.460.240.29331.0835.9354.71
HexB5628A02E181D14b2437
Octal26514221205630355134467
Binary1011010111000101000101001011101100011101101001011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5628A; }

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

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

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

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

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

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

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

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