#B9758F

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

Shades of Tapestry #B9758F

Tints of Tapestry #B9758F

Color information

#B9758F (or 0xB9758F) is unknown color: approx Tapestry. HEX triplet: B9, 75 and 8F. RGB value is (185,117,143). Sum of RGB (Red+Green+Blue) = 185+117+143=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9758F is #468A70. Grayscale: #8C8C8C. Windows color (decimal): -4622961 or 9401785. OLE color: 9401785.

HSL color Cylindrical-coordinate representation of color #B9758F: hue angle of 337.06º 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 #B9758F is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB185117143-
CMYK00.370.230.27
HSL337.06º32.69%59.22%-
HSV(B)337.06º36.76%72.55%-
XYZ31.3325.0229.16-
YUV140.3129.53159.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 117 (46.09% from 255) = 26.29%
BLUE value IS 143 (56.25% from 255) = 32.13%
R=41.57%
G=26.29%
B=32.13%

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
Decimal18511714300.370.230.27337.0632.6959.22
HexB9758F025171B151213b
Octal27116521704527335214173
Binary1011100111101011000111101001011011111011101010001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9758F; }

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

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

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

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

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

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

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

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