#B9678C

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

Shades of Tapestry #B9678C

Tints of Tapestry #B9678C

Color information

#B9678C (or 0xB9678C) is unknown color: approx Tapestry. HEX triplet: B9, 67 and 8C. RGB value is (185,103,140). Sum of RGB (Red+Green+Blue) = 185+103+140=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9678C is #469873. Grayscale: #838383. Windows color (decimal): -4626548 or 9201593. OLE color: 9201593.

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

Color convert

RGB185103140-
CMYK00.440.240.27
HSL332.93º36.94%56.47%-
HSV(B)332.93º44.32%72.55%-
XYZ29.5921.9127.48-
YUV131.74132.67165.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 140 (55.08% from 255) = 32.71%
R=43.22%
G=24.07%
B=32.71%

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
Decimal18510314000.440.240.27332.9336.9456.47
HexB9678C02C181B14d2538
Octal27114721405430335154570
Binary1011100111001111000110001011001100011011101001101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9678C; }

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

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

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

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

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

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

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

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