#B4678F

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

Shades of Tapestry #B4678F

Tints of Tapestry #B4678F

Color information

#B4678F (or 0xB4678F) is unknown color: approx Tapestry. HEX triplet: B4, 67 and 8F. RGB value is (180,103,143). Sum of RGB (Red+Green+Blue) = 180+103+143=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4678F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4678F is #4B9870. Grayscale: #828282. Windows color (decimal): -4954225 or 9398196. OLE color: 9398196.

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

Color convert

RGB180103143-
CMYK00.430.210.29
HSL328.83º33.92%55.49%-
HSV(B)328.83º42.78%70.59%-
XYZ28.6321.3928.61-
YUV130.58135.01163.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 103 (40.62% from 255) = 24.18%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=42.25%
G=24.18%
B=33.57%

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
Decimal18010314300.430.210.29328.8333.9255.49
HexB4678F02B151D1492237
Octal26414721705325355114267
Binary1011010011001111000111101010111010111101101001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4678F; }

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

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

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

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

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

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

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

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