#B75D7F

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

Shades of Tapestry #B75D7F

Tints of Tapestry #B75D7F

Color information

#B75D7F (or 0xB75D7F) is unknown color: approx Tapestry. HEX triplet: B7, 5D and 7F. RGB value is (183,93,127). Sum of RGB (Red+Green+Blue) = 183+93+127=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D7F is #48A280. Grayscale: #7B7B7B. Windows color (decimal): -4760193 or 8347063. OLE color: 8347063.

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

Color convert

RGB18393127-
CMYK00.490.310.28
HSL337.33º38.46%54.12%-
HSV(B)337.33º49.18%71.76%-
XYZ27.2719.4322.39-
YUV123.79129.82170.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 93 (36.72% from 255) = 23.08%
BLUE value IS 127 (50% from 255) = 31.51%
R=45.41%
G=23.08%
B=31.51%

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
Decimal1839312700.490.310.28337.3338.4654.12
HexB75D7F0311F1C1512636
Octal26713517706137345214666
Binary101101111011101111111101100011111111100101010001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D7F; }

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

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

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

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

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

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

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

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