#B85F89

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

Shades of Tapestry #B85F89

Tints of Tapestry #B85F89

Color information

#B85F89 (or 0xB85F89) is unknown color: approx Tapestry. HEX triplet: B8, 5F and 89. RGB value is (184,95,137). Sum of RGB (Red+Green+Blue) = 184+95+137=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85F89 is #47A076. Grayscale: #7E7E7E. Windows color (decimal): -4694135 or 9002936. OLE color: 9002936.

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

Color convert

RGB18495137-
CMYK00.480.260.28
HSL331.69º38.53%54.71%-
HSV(B)331.69º48.37%72.16%-
XYZ28.3720.1826.07-
YUV126.4133.99169.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=44.23%
G=22.84%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849513700.480.260.28331.6938.5354.71
HexB85F890301A1C14c2737
Octal27013721106032345144767
Binary1011100010111111000100101100001101011100101001100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F89; }

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

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

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

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

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

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

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

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