#B9757B

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

Shades of Tapestry #B9757B

Tints of Tapestry #B9757B

Color information

#B9757B (or 0xB9757B) is unknown color: approx Tapestry. HEX triplet: B9, 75 and 7B. RGB value is (185,117,123). Sum of RGB (Red+Green+Blue) = 185+117+123=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9757B is #468A84. Grayscale: #8A8A8A. Windows color (decimal): -4622981 or 8091065. OLE color: 8091065.

HSL color Cylindrical-coordinate representation of color #B9757B: hue angle of 354.71º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9757B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB185117123-
CMYK00.370.340.27
HSL354.71º32.69%59.22%-
HSV(B)354.71º36.76%72.55%-
XYZ29.9424.4721.88-
YUV138.02119.53161.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=43.53%
G=27.53%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511712300.370.340.27354.7132.6959.22
HexB9757B025221B163213b
Octal27116517304542335434173
Binary1011100111101011111011010010110001011011101100011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9757B; }

 p { color: rgb(185,117,123); }

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

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

 a { background-color: rgb(185,117,123); }

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

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

 span { border-color: rgb(185,117,123); }

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