#B97D8B

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

Shades of Tapestry #B97D8B

Tints of Tapestry #B97D8B

Color information

#B97D8B (or 0xB97D8B) is unknown color: approx Tapestry. HEX triplet: B9, 7D and 8B. RGB value is (185,125,139). Sum of RGB (Red+Green+Blue) = 185+125+139=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97D8B is #468274. Grayscale: #909090. Windows color (decimal): -4620917 or 9141689. OLE color: 9141689.

HSL color Cylindrical-coordinate representation of color #B97D8B: hue angle of 346º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97D8B is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB185125139-
CMYK00.320.250.27
HSL346º30%60.78%-
HSV(B)346º32.43%72.55%-
XYZ3226.8527.92-
YUV144.54124.88156.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 125 (49.22% from 255) = 27.84%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=41.20%
G=27.84%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512513900.320.250.273463060.78
HexB97D8B020191B15a1e3d
Octal27117521304031335323675
Binary101110011111101100010110100000110011101110101101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D8B; }

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

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

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

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

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

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

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

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