#B9677E

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

Shades of Tapestry #B9677E

Tints of Tapestry #B9677E

Color information

#B9677E (or 0xB9677E) is unknown color: approx Tapestry. HEX triplet: B9, 67 and 7E. RGB value is (185,103,126). Sum of RGB (Red+Green+Blue) = 185+103+126=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B9677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9677E is #469881. Grayscale: #828282. Windows color (decimal): -4626562 or 8284089. OLE color: 8284089.

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

Color convert

RGB185103126-
CMYK00.440.320.27
HSL343.17º36.94%56.47%-
HSV(B)343.17º44.32%72.55%-
XYZ28.6221.5222.38-
YUV130.14125.67167.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=44.69%
G=24.88%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510312600.440.320.27343.1736.9456.47
HexB9677E02C201B1572538
Octal27114717605440335274570
Binary1011100111001111111110010110010000011011101010111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9677E; }

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

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

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

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

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

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

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

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