#B4697A

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

Shades of Tapestry #B4697A

Tints of Tapestry #B4697A

Color information

#B4697A (or 0xB4697A) is unknown color: approx Tapestry. HEX triplet: B4, 69 and 7A. RGB value is (180,105,122). Sum of RGB (Red+Green+Blue) = 180+105+122=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4697A is #4B9685. Grayscale: #818181. Windows color (decimal): -4953734 or 8022452. OLE color: 8022452.

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

Color convert

RGB180105122-
CMYK00.420.320.29
HSL346.4º33.33%55.88%-
HSV(B)346.4º41.67%70.59%-
XYZ27.3921.2121.06-
YUV129.36123.85164.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=44.23%
G=25.80%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010512200.420.320.29346.433.3355.88
HexB4697A02A201D15a2138
Octal26415117205240355324170
Binary1011010011010011111010010101010000011101101011010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4697A; }

 p { color: rgb(180,105,122); }

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

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

 a { background-color: rgb(180,105,122); }

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

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

 span { border-color: rgb(180,105,122); }

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