#B96B8D

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

Shades of Tapestry #B96B8D

Tints of Tapestry #B96B8D

Color information

#B96B8D (or 0xB96B8D) is unknown color: approx Tapestry. HEX triplet: B9, 6B and 8D. RGB value is (185,107,141). Sum of RGB (Red+Green+Blue) = 185+107+141=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96B8D is #469472. Grayscale: #868686. Windows color (decimal): -4625523 or 9268153. OLE color: 9268153.

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

Color convert

RGB185107141-
CMYK00.420.240.27
HSL333.85º35.78%57.25%-
HSV(B)333.85º42.16%72.55%-
XYZ30.0722.7528.01-
YUV134.2131.84164.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=42.73%
G=24.71%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510714100.420.240.27333.8535.7857.25
HexB96B8D02A181B14e2439
Octal27115321505230335164471
Binary1011100111010111000110101010101100011011101001110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96B8D; }

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

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

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

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

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

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

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

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