#B0738C

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

Shades of Tapestry #B0738C

Tints of Tapestry #B0738C

Color information

#B0738C (or 0xB0738C) is unknown color: approx Tapestry. HEX triplet: B0, 73 and 8C. RGB value is (176,115,140). Sum of RGB (Red+Green+Blue) = 176+115+140=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0738C is #4F8C73. Grayscale: #888888. Windows color (decimal): -5213300 or 9204656. OLE color: 9204656.

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

Color convert

RGB176115140-
CMYK00.350.200.31
HSL335.41º27.85%57.06%-
HSV(B)335.41º34.66%69.02%-
XYZ28.7723.3927.81-
YUV136.09130.21156.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=40.84%
G=26.68%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611514000.350.200.31335.4127.8557.06
HexB0738C023141F14f1c39
Octal26016321404324375173471
Binary101100001110011100011000100011101001111110100111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0738C; }

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

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

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

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

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

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

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

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