#B9667E

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

Shades of Tapestry #B9667E

Tints of Tapestry #B9667E

Color information

#B9667E (or 0xB9667E) is unknown color: approx Tapestry. HEX triplet: B9, 66 and 7E. RGB value is (185,102,126). Sum of RGB (Red+Green+Blue) = 185+102+126=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9667E is #469981. Grayscale: #818181. Windows color (decimal): -4626818 or 8283833. OLE color: 8283833.

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

Color convert

RGB185102126-
CMYK00.450.320.27
HSL342.65º37.22%56.27%-
HSV(B)342.65º44.86%72.55%-
XYZ28.5221.3222.35-
YUV129.55126167.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 102 (40.23% from 255) = 24.70%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=44.79%
G=24.70%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510212600.450.320.27342.6537.2256.27
HexB9667E02D201B1572538
Octal27114617605540335274570
Binary1011100111001101111110010110110000011011101010111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9667E; }

 p { color: rgb(185,102,126); }

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

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

 a { background-color: rgb(185,102,126); }

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

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

 span { border-color: rgb(185,102,126); }

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