#B75F78

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

Shades of Tapestry #B75F78

Tints of Tapestry #B75F78

Color information

#B75F78 (or 0xB75F78) is unknown color: approx Tapestry. HEX triplet: B7, 5F and 78. RGB value is (183,95,120). Sum of RGB (Red+Green+Blue) = 183+95+120=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75F78 is #48A087. Grayscale: #7C7C7C. Windows color (decimal): -4759688 or 7888823. OLE color: 7888823.

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

Color convert

RGB18395120-
CMYK00.480.340.28
HSL342.95º37.93%54.51%-
HSV(B)342.95º48.09%71.76%-
XYZ27.0119.6120.13-
YUV124.16125.65169.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=45.98%
G=23.87%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839512000.480.340.28342.9537.9354.51
HexB75F78030221C1572637
Octal26713717006042345274667
Binary1011011110111111111000011000010001011100101010111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F78; }

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

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

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

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

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

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

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

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