#B9658B

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

Shades of Tapestry #B9658B

Tints of Tapestry #B9658B

Color information

#B9658B (or 0xB9658B) is unknown color: approx Tapestry. HEX triplet: B9, 65 and 8B. RGB value is (185,101,139). Sum of RGB (Red+Green+Blue) = 185+101+139=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9658B is #469A74. Grayscale: #828282. Windows color (decimal): -4627061 or 9135545. OLE color: 9135545.

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

Color convert

RGB185101139-
CMYK00.450.250.27
HSL332.86º37.5%56.08%-
HSV(B)332.86º45.41%72.55%-
XYZ29.3221.4927.03-
YUV130.45132.83166.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 139 (54.69% from 255) = 32.71%
R=43.53%
G=23.76%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510113900.450.250.27332.8637.556.08
HexB9658B02D191B14d2638
Octal27114521305531335154670
Binary1011100111001011000101101011011100111011101001101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9658B; }

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

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

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

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

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

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

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

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