#B5768F

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

Shades of Tapestry #B5768F

Tints of Tapestry #B5768F

Color information

#B5768F (or 0xB5768F) is unknown color: approx Tapestry. HEX triplet: B5, 76 and 8F. RGB value is (181,118,143). Sum of RGB (Red+Green+Blue) = 181+118+143=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5768F is #4A8970. Grayscale: #8B8B8B. Windows color (decimal): -4884849 or 9402037. OLE color: 9402037.

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

Color convert

RGB181118143-
CMYK00.350.210.29
HSL336.19º29.86%58.63%-
HSV(B)336.19º34.81%70.98%-
XYZ30.4924.7629.16-
YUV139.69129.87157.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 143 (56.25% from 255) = 32.35%
R=40.95%
G=26.70%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111814300.350.210.29336.1929.8658.63
HexB5768F023151D1501e3b
Octal26516621704325355203673
Binary101101011110110100011110100011101011110110101000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5768F; }

 p { color: rgb(181,118,143); }

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

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

 a { background-color: rgb(181,118,143); }

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

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

 span { border-color: rgb(181,118,143); }

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