#B9758E

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

Shades of Tapestry #B9758E

Tints of Tapestry #B9758E

Color information

#B9758E (or 0xB9758E) is unknown color: approx Tapestry. HEX triplet: B9, 75 and 8E. RGB value is (185,117,142). Sum of RGB (Red+Green+Blue) = 185+117+142=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9758E is #468A71. Grayscale: #8C8C8C. Windows color (decimal): -4622962 or 9336249. OLE color: 9336249.

HSL color Cylindrical-coordinate representation of color #B9758E: hue angle of 337.94º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9758E is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB185117142-
CMYK00.370.230.27
HSL337.94º32.69%59.22%-
HSV(B)337.94º36.76%72.55%-
XYZ31.2524.9928.77-
YUV140.18129.03159.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 117 (46.09% from 255) = 26.35%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=41.67%
G=26.35%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511714200.370.230.27337.9432.6959.22
HexB9758E025171B152213b
Octal27116521604527335224173
Binary1011100111101011000111001001011011111011101010010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9758E; }

 p { color: rgb(185,117,142); }

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

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

 a { background-color: rgb(185,117,142); }

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

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

 span { border-color: rgb(185,117,142); }

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