#B4797F

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

Shades of Tapestry #B4797F

Tints of Tapestry #B4797F

Color information

#B4797F (or 0xB4797F) is unknown color: approx Tapestry. HEX triplet: B4, 79 and 7F. RGB value is (180,121,127). Sum of RGB (Red+Green+Blue) = 180+121+127=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B4797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4797F is #4B8680. Grayscale: #8B8B8B. Windows color (decimal): -4949633 or 8354228. OLE color: 8354228.

HSL color Cylindrical-coordinate representation of color #B4797F: hue angle of 353.9º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4797F is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180121127-
CMYK00.330.290.29
HSL353.9º28.23%59.02%-
HSV(B)353.9º32.78%70.59%-
XYZ29.4924.9123.33-
YUV139.33121.05157.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 127 (50% from 255) = 29.67%
R=42.06%
G=28.27%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012112700.330.290.29353.928.2359.02
HexB4797F0211D1D1621c3b
Octal26417117704135355423473
Binary10110100111100111111110100001111011110110110001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4797F; }

 p { color: rgb(180,121,127); }

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

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

 a { background-color: rgb(180,121,127); }

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

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

 span { border-color: rgb(180,121,127); }

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