#B9677F

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

Shades of Tapestry #B9677F

Tints of Tapestry #B9677F

Color information

#B9677F (or 0xB9677F) is unknown color: approx Tapestry. HEX triplet: B9, 67 and 7F. RGB value is (185,103,127). Sum of RGB (Red+Green+Blue) = 185+103+127=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9677F is #469880. Grayscale: #828282. Windows color (decimal): -4626561 or 8349625. OLE color: 8349625.

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

Color convert

RGB185103127-
CMYK00.440.310.27
HSL342.44º36.94%56.47%-
HSV(B)342.44º44.32%72.55%-
XYZ28.6921.5522.73-
YUV130.25126.17167.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 127 (50% from 255) = 30.60%
R=44.58%
G=24.82%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510312700.440.310.27342.4436.9456.47
HexB9677F02C1F1B1562538
Octal27114717705437335264570
Binary101110011100111111111101011001111111011101010110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9677F; }

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

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

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

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

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

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

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

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