#B65F89

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

Shades of Tapestry #B65F89

Tints of Tapestry #B65F89

Color information

#B65F89 (or 0xB65F89) is unknown color: approx Tapestry. HEX triplet: B6, 5F and 89. RGB value is (182,95,137). Sum of RGB (Red+Green+Blue) = 182+95+137=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65F89 is #49A076. Grayscale: #7D7D7D. Windows color (decimal): -4825207 or 9002934. OLE color: 9002934.

HSL color Cylindrical-coordinate representation of color #B65F89: hue angle of 331.03º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65F89 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18295137-
CMYK00.480.250.29
HSL331.03º37.34%54.31%-
HSV(B)331.03º47.8%71.37%-
XYZ27.919.9426.04-
YUV125.8134.32168.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=43.96%
G=22.95%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829513700.480.250.29331.0337.3454.31
HexB65F89030191D14b2536
Octal26613721106031355134566
Binary1011011010111111000100101100001100111101101001011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65F89; }

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

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

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

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

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

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

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

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