#B5767D

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

Shades of Tapestry #B5767D

Tints of Tapestry #B5767D

Color information

#B5767D (or 0xB5767D) is unknown color: approx Tapestry. HEX triplet: B5, 76 and 7D. RGB value is (181,118,125). Sum of RGB (Red+Green+Blue) = 181+118+125=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5767D is #4A8982. Grayscale: #898989. Windows color (decimal): -4884867 or 8222389. OLE color: 8222389.

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

Color convert

RGB181118125-
CMYK00.350.310.29
HSL353.33º29.86%58.63%-
HSV(B)353.33º34.81%70.98%-
XYZ29.2424.2622.54-
YUV137.64120.87158.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=42.69%
G=27.83%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111812500.350.310.29353.3329.8658.63
HexB5767D0231F1D1611e3b
Octal26516617504337355413673
Binary10110101111011011111010100011111111110110110000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5767D; }

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

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

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

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

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

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

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

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