#B4688E

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

Shades of Tapestry #B4688E

Tints of Tapestry #B4688E

Color information

#B4688E (or 0xB4688E) is unknown color: approx Tapestry. HEX triplet: B4, 68 and 8E. RGB value is (180,104,142). Sum of RGB (Red+Green+Blue) = 180+104+142=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4688E is #4B9771. Grayscale: #828282. Windows color (decimal): -4953970 or 9332916. OLE color: 9332916.

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

Color convert

RGB180104142-
CMYK00.420.210.29
HSL330º33.63%55.69%-
HSV(B)330º42.22%70.59%-
XYZ28.6621.5628.24-
YUV131.06134.18162.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 142 (55.86% from 255) = 33.33%
R=42.25%
G=24.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010414200.420.210.2933033.6355.69
HexB4688E02A151D14a2238
Octal26415021605225355124270
Binary1011010011010001000111001010101010111101101001010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4688E; }

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

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

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

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

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

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

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

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