#B0738A

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

Shades of Tapestry #B0738A

Tints of Tapestry #B0738A

Color information

#B0738A (or 0xB0738A) is unknown color: approx Tapestry. HEX triplet: B0, 73 and 8A. RGB value is (176,115,138). Sum of RGB (Red+Green+Blue) = 176+115+138=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0738A is #4F8C75. Grayscale: #878787. Windows color (decimal): -5213302 or 9073584. OLE color: 9073584.

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

Color convert

RGB176115138-
CMYK00.350.220.31
HSL337.38º27.85%57.06%-
HSV(B)337.38º34.66%69.02%-
XYZ28.6223.3327.04-
YUV135.86129.21156.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=41.03%
G=26.81%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611513800.350.220.31337.3827.8557.06
HexB0738A023161F1511c39
Octal26016321204326375213471
Binary101100001110011100010100100011101101111110101000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0738A; }

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

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

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

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

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

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

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

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