#B4688D

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

Shades of Tapestry #B4688D

Tints of Tapestry #B4688D

Color information

#B4688D (or 0xB4688D) is unknown color: approx Tapestry. HEX triplet: B4, 68 and 8D. RGB value is (180,104,141). Sum of RGB (Red+Green+Blue) = 180+104+141=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4688D is #4B9772. Grayscale: #828282. Windows color (decimal): -4953971 or 9267380. OLE color: 9267380.

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

Color convert

RGB180104141-
CMYK00.420.220.29
HSL330.79º33.63%55.69%-
HSV(B)330.79º42.22%70.59%-
XYZ28.5821.5327.85-
YUV130.94133.68162.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=42.35%
G=24.47%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010414100.420.220.29330.7933.6355.69
HexB4688D02A161D14b2238
Octal26415021505226355134270
Binary1011010011010001000110101010101011011101101001011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4688D; }

 p { color: rgb(180,104,141); }

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

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

 a { background-color: rgb(180,104,141); }

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

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

 span { border-color: rgb(180,104,141); }

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