#B7678C

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

Shades of Tapestry #B7678C

Tints of Tapestry #B7678C

Color information

#B7678C (or 0xB7678C) is unknown color: approx Tapestry. HEX triplet: B7, 67 and 8C. RGB value is (183,103,140). Sum of RGB (Red+Green+Blue) = 183+103+140=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7678C is #489873. Grayscale: #838383. Windows color (decimal): -4757620 or 9201591. OLE color: 9201591.

HSL color Cylindrical-coordinate representation of color #B7678C: hue angle of 332.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7678C is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB183103140-
CMYK00.440.230.28
HSL332.25º35.71%56.08%-
HSV(B)332.25º43.72%71.76%-
XYZ29.1121.6627.46-
YUV131.14133164.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 103 (40.62% from 255) = 24.18%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=42.96%
G=24.18%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310314000.440.230.28332.2535.7156.08
HexB7678C02C171C14c2438
Octal26714721405427345144470
Binary1011011111001111000110001011001011111100101001100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7678C; }

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

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

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

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

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

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

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

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