#B9657A

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

Shades of Tapestry #B9657A

Tints of Tapestry #B9657A

Color information

#B9657A (or 0xB9657A) is unknown color: approx Tapestry. HEX triplet: B9, 65 and 7A. RGB value is (185,101,122). Sum of RGB (Red+Green+Blue) = 185+101+122=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9657A is #469A85. Grayscale: #808080. Windows color (decimal): -4627078 or 8021433. OLE color: 8021433.

HSL color Cylindrical-coordinate representation of color #B9657A: hue angle of 345º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9657A is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB185101122-
CMYK00.450.340.27
HSL345º37.5%56.08%-
HSV(B)345º45.41%72.55%-
XYZ28.1721.0320.99-
YUV128.51124.33168.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 122 (48.05% from 255) = 29.90%
R=45.34%
G=24.75%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510112200.450.340.2734537.556.08
HexB9657A02D221B1592638
Octal27114517205542335314670
Binary1011100111001011111010010110110001011011101011001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9657A; }

 p { color: rgb(185,101,122); }

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

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

 a { background-color: rgb(185,101,122); }

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

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

 span { border-color: rgb(185,101,122); }

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