#B85F77

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

Shades of Tapestry #B85F77

Tints of Tapestry #B85F77

Color information

#B85F77 (or 0xB85F77) is unknown color: approx Tapestry. HEX triplet: B8, 5F and 77. RGB value is (184,95,119). Sum of RGB (Red+Green+Blue) = 184+95+119=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85F77 is #47A088. Grayscale: #7C7C7C. Windows color (decimal): -4694153 or 7823288. OLE color: 7823288.

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

Color convert

RGB18495119-
CMYK00.480.350.28
HSL343.82º38.53%54.71%-
HSV(B)343.82º48.37%72.16%-
XYZ27.1919.7119.82-
YUV124.35124.99170.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=46.23%
G=23.87%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849511900.480.350.28343.8238.5354.71
HexB85F77030231C1582737
Octal27013716706043345304767
Binary1011100010111111110111011000010001111100101011000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F77; }

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

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

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

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

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

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

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

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