#B4688C

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

Shades of Tapestry #B4688C

Tints of Tapestry #B4688C

Color information

#B4688C (or 0xB4688C) is unknown color: approx Tapestry. HEX triplet: B4, 68 and 8C. RGB value is (180,104,140). Sum of RGB (Red+Green+Blue) = 180+104+140=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4688C is #4B9773. Grayscale: #828282. Windows color (decimal): -4953972 or 9201844. OLE color: 9201844.

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

Color convert

RGB180104140-
CMYK00.420.220.29
HSL331.58º33.63%55.69%-
HSV(B)331.58º42.22%70.59%-
XYZ28.5121.527.46-
YUV130.83133.18163.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 104 (41.02% from 255) = 24.53%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=42.45%
G=24.53%
B=33.02%

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
Decimal18010414000.420.220.29331.5833.6355.69
HexB4688C02A161D14c2238
Octal26415021405226355144270
Binary1011010011010001000110001010101011011101101001100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4688C; }

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

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

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

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

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

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

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

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