#B37790

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

Shades of Tapestry #B37790

Tints of Tapestry #B37790

Color information

#B37790 (or 0xB37790) is unknown color: approx Tapestry. HEX triplet: B3, 77 and 90. RGB value is (179,119,144). Sum of RGB (Red+Green+Blue) = 179+119+144=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B37790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37790 is #4C886F. Grayscale: #8B8B8B. Windows color (decimal): -5015664 or 9467827. OLE color: 9467827.

HSL color Cylindrical-coordinate representation of color #B37790: hue angle of 335º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B37790 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB179119144-
CMYK00.340.200.30
HSL335º28.3%58.43%-
HSV(B)335º33.52%70.2%-
XYZ30.2224.7929.58-
YUV139.79130.38155.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 119 (46.88% from 255) = 26.92%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=40.50%
G=26.92%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911914400.340.200.3033528.358.43
HexB37790022141E14f1c3a
Octal26316722004224365173472
Binary101100111110111100100000100010101001111010100111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37790; }

 p { color: rgb(179,119,144); }

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

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

 a { background-color: rgb(179,119,144); }

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

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

 span { border-color: rgb(179,119,144); }

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