#B0737E

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

Shades of Tapestry #B0737E

Tints of Tapestry #B0737E

Color information

#B0737E (or 0xB0737E) is unknown color: approx Tapestry. HEX triplet: B0, 73 and 7E. RGB value is (176,115,126). Sum of RGB (Red+Green+Blue) = 176+115+126=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0737E is #4F8C81. Grayscale: #868686. Windows color (decimal): -5213314 or 8287152. OLE color: 8287152.

HSL color Cylindrical-coordinate representation of color #B0737E: hue angle of 349.18º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0737E is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB176115126-
CMYK00.350.280.31
HSL349.18º27.85%57.06%-
HSV(B)349.18º34.66%69.02%-
XYZ27.82322.71-
YUV134.49123.21157.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=42.21%
G=27.58%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611512600.350.280.31349.1827.8557.06
HexB0737E0231C1F15d1c39
Octal26016317604334375353471
Binary10110000111001111111100100011111001111110101110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0737E; }

 p { color: rgb(176,115,126); }

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

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

 a { background-color: rgb(176,115,126); }

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

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

 span { border-color: rgb(176,115,126); }

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