#B4668F

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

Shades of Tapestry #B4668F

Tints of Tapestry #B4668F

Color information

#B4668F (or 0xB4668F) is unknown color: approx Tapestry. HEX triplet: B4, 66 and 8F. RGB value is (180,102,143). Sum of RGB (Red+Green+Blue) = 180+102+143=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4668F is #4B9970. Grayscale: #818181. Windows color (decimal): -4954481 or 9397940. OLE color: 9397940.

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

Color convert

RGB180102143-
CMYK00.430.210.29
HSL328.46º34.21%55.29%-
HSV(B)328.46º43.33%70.59%-
XYZ28.5321.1928.57-
YUV130135.34163.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=42.35%
G=24%
B=33.65%

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
Decimal18010214300.430.210.29328.4634.2155.29
HexB4668F02B151D1482237
Octal26414621705325355104267
Binary1011010011001101000111101010111010111101101001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4668F; }

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

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

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

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

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

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

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

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