#B5667F

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

Shades of Tapestry #B5667F

Tints of Tapestry #B5667F

Color information

#B5667F (or 0xB5667F) is unknown color: approx Tapestry. HEX triplet: B5, 66 and 7F. RGB value is (181,102,127). Sum of RGB (Red+Green+Blue) = 181+102+127=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B5667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5667F is #4A9980. Grayscale: #808080. Windows color (decimal): -4888961 or 8349365. OLE color: 8349365.

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

Color convert

RGB181102127-
CMYK00.440.300.29
HSL341.01º34.8%55.49%-
HSV(B)341.01º43.65%70.98%-
XYZ27.6420.8622.65-
YUV128.47127.17165.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 127 (50% from 255) = 30.98%
R=44.15%
G=24.88%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110212700.440.300.29341.0134.855.49
HexB5667F02C1E1D1552337
Octal26514617705436355254367
Binary101101011100110111111101011001111011101101010101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5667F; }

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

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

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

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

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

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

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

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