#B37885

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

Shades of Tapestry #B37885

Tints of Tapestry #B37885

Color information

#B37885 (or 0xB37885) is unknown color: approx Tapestry. HEX triplet: B3, 78 and 85. RGB value is (179,120,133). Sum of RGB (Red+Green+Blue) = 179+120+133=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B37885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37885 is #4C877A. Grayscale: #8B8B8B. Windows color (decimal): -5015419 or 8747187. OLE color: 8747187.

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

Color convert

RGB179120133-
CMYK00.330.260.30
HSL346.78º27.96%58.63%-
HSV(B)346.78º32.96%70.2%-
XYZ29.5424.7125.4-
YUV139.12124.55156.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 120 (47.27% from 255) = 27.78%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=41.44%
G=27.78%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912013300.330.260.30346.7827.9658.63
HexB378850211A1E15b1c3b
Octal26317020504132365333473
Binary101100111111000100001010100001110101111010101101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37885; }

 p { color: rgb(179,120,133); }

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

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

 a { background-color: rgb(179,120,133); }

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

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

 span { border-color: rgb(179,120,133); }

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