#B5678D

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

Shades of Tapestry #B5678D

Tints of Tapestry #B5678D

Color information

#B5678D (or 0xB5678D) is unknown color: approx Tapestry. HEX triplet: B5, 67 and 8D. RGB value is (181,103,141). Sum of RGB (Red+Green+Blue) = 181+103+141=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5678D is #4A9872. Grayscale: #828282. Windows color (decimal): -4888691 or 9267125. OLE color: 9267125.

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

Color convert

RGB181103141-
CMYK00.430.220.29
HSL330.77º34.51%55.69%-
HSV(B)330.77º43.09%70.98%-
XYZ28.7121.4527.83-
YUV130.65133.84163.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 103 (40.62% from 255) = 24.24%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=42.59%
G=24.24%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110314100.430.220.29330.7734.5155.69
HexB5678D02B161D14b2338
Octal26514721505326355134370
Binary1011010111001111000110101010111011011101101001011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5678D; }

 p { color: rgb(181,103,141); }

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

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

 a { background-color: rgb(181,103,141); }

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

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

 span { border-color: rgb(181,103,141); }

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