#B5628B

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

Shades of Tapestry #B5628B

Tints of Tapestry #B5628B

Color information

#B5628B (or 0xB5628B) is unknown color: approx Tapestry. HEX triplet: B5, 62 and 8B. RGB value is (181,98,139). Sum of RGB (Red+Green+Blue) = 181+98+139=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5628B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5628B is #4A9D74. Grayscale: #7F7F7F. Windows color (decimal): -4889973 or 9134773. OLE color: 9134773.

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

Color convert

RGB18198139-
CMYK00.460.230.29
HSL330.36º35.93%54.71%-
HSV(B)330.36º45.86%70.98%-
XYZ28.0820.4226.89-
YUV127.49134.5166.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 98 (38.67% from 255) = 23.44%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=43.30%
G=23.44%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819813900.460.230.29330.3635.9354.71
HexB5628B02E171D14a2437
Octal26514221305627355124467
Binary1011010111000101000101101011101011111101101001010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5628B; }

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

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

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

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

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

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

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

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