#B65D80

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

Shades of Tapestry #B65D80

Tints of Tapestry #B65D80

Color information

#B65D80 (or 0xB65D80) is unknown color: approx Tapestry. HEX triplet: B6, 5D and 80. RGB value is (182,93,128). Sum of RGB (Red+Green+Blue) = 182+93+128=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65D80 is #49A27F. Grayscale: #7B7B7B. Windows color (decimal): -4825728 or 8412598. OLE color: 8412598.

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

Color convert

RGB18293128-
CMYK00.490.300.29
HSL336.4º37.87%53.92%-
HSV(B)336.4º48.9%71.37%-
XYZ27.119.3322.73-
YUV123.6130.49169.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 93 (36.72% from 255) = 23.08%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=45.16%
G=23.08%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829312800.490.300.29336.437.8753.92
HexB65D800311E1D1502636
Octal26613520006136355204666
Binary1011011010111011000000001100011111011101101010000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65D80; }

 p { color: rgb(182,93,128); }

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

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

 a { background-color: rgb(182,93,128); }

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

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

 span { border-color: rgb(182,93,128); }

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