#B75F7E

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

Shades of Tapestry #B75F7E

Tints of Tapestry #B75F7E

Color information

#B75F7E (or 0xB75F7E) is unknown color: approx Tapestry. HEX triplet: B7, 5F and 7E. RGB value is (183,95,126). Sum of RGB (Red+Green+Blue) = 183+95+126=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75F7E is #48A081. Grayscale: #7C7C7C. Windows color (decimal): -4759682 or 8282039. OLE color: 8282039.

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

Color convert

RGB18395126-
CMYK00.480.310.28
HSL338.86º37.93%54.51%-
HSV(B)338.86º48.09%71.76%-
XYZ27.3919.7622.11-
YUV124.85128.65169.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=45.30%
G=23.51%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839512600.480.310.28338.8637.9354.51
HexB75F7E0301F1C1532637
Octal26713717606037345234667
Binary101101111011111111111001100001111111100101010011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F7E; }

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

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

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

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

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

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

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

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