#B75D7E

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

Shades of Tapestry #B75D7E

Tints of Tapestry #B75D7E

Color information

#B75D7E (or 0xB75D7E) is unknown color: approx Tapestry. HEX triplet: B7, 5D and 7E. RGB value is (183,93,126). Sum of RGB (Red+Green+Blue) = 183+93+126=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D7E is #48A281. Grayscale: #7B7B7B. Windows color (decimal): -4760194 or 8281527. OLE color: 8281527.

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

Color convert

RGB18393126-
CMYK00.490.310.28
HSL338º38.46%54.12%-
HSV(B)338º49.18%71.76%-
XYZ27.2119.422.05-
YUV123.67129.32170.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=45.52%
G=23.13%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839312600.490.310.2833838.4654.12
HexB75D7E0311F1C1522636
Octal26713517606137345224666
Binary101101111011101111111001100011111111100101010010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D7E; }

 p { color: rgb(183,93,126); }

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

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

 a { background-color: rgb(183,93,126); }

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

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

 span { border-color: rgb(183,93,126); }

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