#B75F85

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

Shades of Tapestry #B75F85

Tints of Tapestry #B75F85

Color information

#B75F85 (or 0xB75F85) is unknown color: approx Tapestry. HEX triplet: B7, 5F and 85. RGB value is (183,95,133). Sum of RGB (Red+Green+Blue) = 183+95+133=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75F85 is #48A07A. Grayscale: #7D7D7D. Windows color (decimal): -4759675 or 8740791. OLE color: 8740791.

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

Color convert

RGB18395133-
CMYK00.480.270.28
HSL334.09º37.93%54.51%-
HSV(B)334.09º48.09%71.76%-
XYZ27.8519.9524.57-
YUV125.64132.15168.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 133 (52.34% from 255) = 32.36%
R=44.53%
G=23.11%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839513300.480.270.28334.0937.9354.51
HexB75F850301B1C14e2637
Octal26713720506033345164667
Binary1011011110111111000010101100001101111100101001110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F85; }

 p { color: rgb(183,95,133); }

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

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

 a { background-color: rgb(183,95,133); }

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

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

 span { border-color: rgb(183,95,133); }

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