#B9658C

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

Shades of Tapestry #B9658C

Tints of Tapestry #B9658C

Color information

#B9658C (or 0xB9658C) is unknown color: approx Tapestry. HEX triplet: B9, 65 and 8C. RGB value is (185,101,140). Sum of RGB (Red+Green+Blue) = 185+101+140=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9658C is #469A73. Grayscale: #828282. Windows color (decimal): -4627060 or 9201081. OLE color: 9201081.

HSL color Cylindrical-coordinate representation of color #B9658C: hue angle of 332.14º 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 #B9658C is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB185101140-
CMYK00.450.240.27
HSL332.14º37.5%56.08%-
HSV(B)332.14º45.41%72.55%-
XYZ29.3921.5227.41-
YUV130.56133.33166.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=43.43%
G=23.71%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510114000.450.240.27332.1437.556.08
HexB9658C02D181B14c2638
Octal27114521405530335144670
Binary1011100111001011000110001011011100011011101001100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9658C; }

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

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

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

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

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

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

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

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