#B4678E

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

Shades of Tapestry #B4678E

Tints of Tapestry #B4678E

Color information

#B4678E (or 0xB4678E) is unknown color: approx Tapestry. HEX triplet: B4, 67 and 8E. RGB value is (180,103,142). Sum of RGB (Red+Green+Blue) = 180+103+142=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4678E is #4B9871. Grayscale: #828282. Windows color (decimal): -4954226 or 9332660. OLE color: 9332660.

HSL color Cylindrical-coordinate representation of color #B4678E: hue angle of 329.61º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4678E is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB180103142-
CMYK00.430.210.29
HSL329.61º33.92%55.49%-
HSV(B)329.61º42.78%70.59%-
XYZ28.5621.3628.21-
YUV130.47134.51163.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 103 (40.62% from 255) = 24.24%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=42.35%
G=24.24%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010314200.430.210.29329.6133.9255.49
HexB4678E02B151D14a2237
Octal26414721605325355124267
Binary1011010011001111000111001010111010111101101001010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4678E; }

 p { color: rgb(180,103,142); }

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

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

 a { background-color: rgb(180,103,142); }

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

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

 span { border-color: rgb(180,103,142); }

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