#B4678C

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

Shades of Tapestry #B4678C

Tints of Tapestry #B4678C

Color information

#B4678C (or 0xB4678C) is unknown color: approx Tapestry. HEX triplet: B4, 67 and 8C. RGB value is (180,103,140). Sum of RGB (Red+Green+Blue) = 180+103+140=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4678C is #4B9873. Grayscale: #828282. Windows color (decimal): -4954228 or 9201588. OLE color: 9201588.

HSL color Cylindrical-coordinate representation of color #B4678C: hue angle of 331.17º 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 #B4678C is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180103140-
CMYK00.430.220.29
HSL331.17º33.92%55.49%-
HSV(B)331.17º42.78%70.59%-
XYZ28.4121.327.42-
YUV130.24133.51163.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=42.55%
G=24.35%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010314000.430.220.29331.1733.9255.49
HexB4678C02B161D14b2237
Octal26414721405326355134267
Binary1011010011001111000110001010111011011101101001011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4678C; }

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

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

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

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

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

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

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

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