#B5627B

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

Shades of Tapestry #B5627B

Tints of Tapestry #B5627B

Color information

#B5627B (or 0xB5627B) is unknown color: approx Tapestry. HEX triplet: B5, 62 and 7B. RGB value is (181,98,123). Sum of RGB (Red+Green+Blue) = 181+98+123=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5627B is #4A9D84. Grayscale: #7D7D7D. Windows color (decimal): -4889989 or 8086197. OLE color: 8086197.

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

Color convert

RGB18198123-
CMYK00.460.320.29
HSL341.93º35.93%54.71%-
HSV(B)341.93º45.86%70.98%-
XYZ2719.9921.17-
YUV125.67126.5167.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 98 (38.67% from 255) = 24.38%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=45.02%
G=24.38%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819812300.460.320.29341.9335.9354.71
HexB5627B02E201D1562437
Octal26514217305640355264467
Binary1011010111000101111011010111010000011101101010110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5627B; }

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

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

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

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

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

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

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

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