#B75E7E

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

Shades of Tapestry #B75E7E

Tints of Tapestry #B75E7E

Color information

#B75E7E (or 0xB75E7E) is unknown color: approx Tapestry. HEX triplet: B7, 5E and 7E. RGB value is (183,94,126). Sum of RGB (Red+Green+Blue) = 183+94+126=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E7E is #48A181. Grayscale: #7C7C7C. Windows color (decimal): -4759938 or 8281783. OLE color: 8281783.

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

Color convert

RGB18394126-
CMYK00.490.310.28
HSL338.43º38.2%54.31%-
HSV(B)338.43º48.63%71.76%-
XYZ27.319.5822.08-
YUV124.26128.99169.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 94 (37.11% from 255) = 23.33%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=45.41%
G=23.33%
B=31.27%

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
Decimal1839412600.490.310.28338.4338.254.31
HexB75E7E0311F1C1522636
Octal26713617606137345224666
Binary101101111011110111111001100011111111100101010010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E7E; }

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

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

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

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

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

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

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

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