#B9678D

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

Shades of Tapestry #B9678D

Tints of Tapestry #B9678D

Color information

#B9678D (or 0xB9678D) is unknown color: approx Tapestry. HEX triplet: B9, 67 and 8D. RGB value is (185,103,141). Sum of RGB (Red+Green+Blue) = 185+103+141=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9678D is #469872. Grayscale: #838383. Windows color (decimal): -4626547 or 9267129. OLE color: 9267129.

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

Color convert

RGB185103141-
CMYK00.440.240.27
HSL332.2º36.94%56.47%-
HSV(B)332.2º44.32%72.55%-
XYZ29.6721.9427.87-
YUV131.85133.17165.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=43.12%
G=24.01%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510314100.440.240.27332.236.9456.47
HexB9678D02C181B14c2538
Octal27114721505430335144570
Binary1011100111001111000110101011001100011011101001100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9678D; }

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

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

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

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

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

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

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

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