#B7758F

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

Shades of Tapestry #B7758F

Tints of Tapestry #B7758F

Color information

#B7758F (or 0xB7758F) is unknown color: approx Tapestry. HEX triplet: B7, 75 and 8F. RGB value is (183,117,143). Sum of RGB (Red+Green+Blue) = 183+117+143=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7758F is #488A70. Grayscale: #8B8B8B. Windows color (decimal): -4754033 or 9401783. OLE color: 9401783.

HSL color Cylindrical-coordinate representation of color #B7758F: hue angle of 336.36º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7758F is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB183117143-
CMYK00.360.220.28
HSL336.36º31.43%58.82%-
HSV(B)336.36º36.07%71.76%-
XYZ30.8524.7729.14-
YUV139.7129.87158.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 143 (56.25% from 255) = 32.28%
R=41.31%
G=26.41%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311714300.360.220.28336.3631.4358.82
HexB7758F024161C1501f3b
Octal26716521704426345203773
Binary101101111110101100011110100100101101110010101000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7758F; }

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

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

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

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

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

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

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

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