#B9657B

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

Shades of Tapestry #B9657B

Tints of Tapestry #B9657B

Color information

#B9657B (or 0xB9657B) is unknown color: approx Tapestry. HEX triplet: B9, 65 and 7B. RGB value is (185,101,123). Sum of RGB (Red+Green+Blue) = 185+101+123=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9657B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9657B is #469A84. Grayscale: #808080. Windows color (decimal): -4627077 or 8086969. OLE color: 8086969.

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

Color convert

RGB185101123-
CMYK00.450.340.27
HSL344.29º37.5%56.08%-
HSV(B)344.29º45.41%72.55%-
XYZ28.2421.0521.31-
YUV128.62124.83168.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 123 (48.44% from 255) = 30.07%
R=45.23%
G=24.69%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510112300.450.340.27344.2937.556.08
HexB9657B02D221B1582638
Octal27114517305542335304670
Binary1011100111001011111011010110110001011011101011000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9657B; }

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

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

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

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

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

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

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

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