#B85F79

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

Shades of Tapestry #B85F79

Tints of Tapestry #B85F79

Color information

#B85F79 (or 0xB85F79) is unknown color: approx Tapestry. HEX triplet: B8, 5F and 79. RGB value is (184,95,121). Sum of RGB (Red+Green+Blue) = 184+95+121=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85F79 is #47A086. Grayscale: #7C7C7C. Windows color (decimal): -4694151 or 7954360. OLE color: 7954360.

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

Color convert

RGB18495121-
CMYK00.480.340.28
HSL342.47º38.53%54.71%-
HSV(B)342.47º48.37%72.16%-
XYZ27.3119.7620.46-
YUV124.57125.99170.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 121 (47.66% from 255) = 30.25%
R=46%
G=23.75%
B=30.25%

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
Decimal1849512100.480.340.28342.4738.5354.71
HexB85F79030221C1562737
Octal27013717106042345264767
Binary1011100010111111111001011000010001011100101010110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F79; }

 p { color: rgb(184,95,121); }

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

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

 a { background-color: rgb(184,95,121); }

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

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

 span { border-color: rgb(184,95,121); }

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