#B5668E

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

Shades of Tapestry #B5668E

Tints of Tapestry #B5668E

Color information

#B5668E (or 0xB5668E) is unknown color: approx Tapestry. HEX triplet: B5, 66 and 8E. RGB value is (181,102,142). Sum of RGB (Red+Green+Blue) = 181+102+142=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5668E is #4A9971. Grayscale: #828282. Windows color (decimal): -4888946 or 9332405. OLE color: 9332405.

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

Color convert

RGB181102142-
CMYK00.440.220.29
HSL329.62º34.8%55.49%-
HSV(B)329.62º43.65%70.98%-
XYZ28.6921.2828.19-
YUV130.18134.67164.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=42.59%
G=24%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110214200.440.220.29329.6234.855.49
HexB5668E02C161D14a2337
Octal26514621605426355124367
Binary1011010111001101000111001011001011011101101001010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5668E; }

 p { color: rgb(181,102,142); }

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

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

 a { background-color: rgb(181,102,142); }

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

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

 span { border-color: rgb(181,102,142); }

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