#B75E7C

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

Shades of Tapestry #B75E7C

Tints of Tapestry #B75E7C

Color information

#B75E7C (or 0xB75E7C) is unknown color: approx Tapestry. HEX triplet: B7, 5E and 7C. RGB value is (183,94,124). Sum of RGB (Red+Green+Blue) = 183+94+124=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E7C is #48A183. Grayscale: #7B7B7B. Windows color (decimal): -4759940 or 8150711. OLE color: 8150711.

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

Color convert

RGB18394124-
CMYK00.490.320.28
HSL339.78º38.2%54.31%-
HSV(B)339.78º48.63%71.76%-
XYZ27.1719.5321.41-
YUV124.03127.99170.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=45.64%
G=23.44%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839412400.490.320.28339.7838.254.31
HexB75E7C031201C1542636
Octal26713617406140345244666
Binary1011011110111101111100011000110000011100101010100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E7C; }

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

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

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

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

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

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

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

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