#B4697D

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

Shades of Tapestry #B4697D

Tints of Tapestry #B4697D

Color information

#B4697D (or 0xB4697D) is unknown color: approx Tapestry. HEX triplet: B4, 69 and 7D. RGB value is (180,105,125). Sum of RGB (Red+Green+Blue) = 180+105+125=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B4697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4697D is #4B9682. Grayscale: #818181. Windows color (decimal): -4953731 or 8219060. OLE color: 8219060.

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

Color convert

RGB180105125-
CMYK00.420.310.29
HSL344º33.33%55.88%-
HSV(B)344º41.67%70.59%-
XYZ27.5821.2922.06-
YUV129.7125.35163.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=43.90%
G=25.61%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010512500.420.310.2934433.3355.88
HexB4697D02A1F1D1582138
Octal26415117505237355304170
Binary101101001101001111110101010101111111101101011000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4697D; }

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

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

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

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

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

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

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

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