#B9698D

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

Shades of Tapestry #B9698D

Tints of Tapestry #B9698D

Color information

#B9698D (or 0xB9698D) is unknown color: approx Tapestry. HEX triplet: B9, 69 and 8D. RGB value is (185,105,141). Sum of RGB (Red+Green+Blue) = 185+105+141=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9698D is #469672. Grayscale: #848484. Windows color (decimal): -4626035 or 9267641. OLE color: 9267641.

HSL color Cylindrical-coordinate representation of color #B9698D: hue angle of 333º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9698D is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB185105141-
CMYK00.430.240.27
HSL333º36.36%56.86%-
HSV(B)333º43.24%72.55%-
XYZ29.8722.3427.94-
YUV133.02132.5165.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=42.92%
G=24.36%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510514100.430.240.2733336.3656.86
HexB9698D02B181B14d2439
Octal27115121505330335154471
Binary1011100111010011000110101010111100011011101001101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9698D; }

 p { color: rgb(185,105,141); }

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

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

 a { background-color: rgb(185,105,141); }

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

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

 span { border-color: rgb(185,105,141); }

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