#B0748A

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

Shades of Tapestry #B0748A

Tints of Tapestry #B0748A

Color information

#B0748A (or 0xB0748A) is unknown color: approx Tapestry. HEX triplet: B0, 74 and 8A. RGB value is (176,116,138). Sum of RGB (Red+Green+Blue) = 176+116+138=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0748A is #4F8B75. Grayscale: #888888. Windows color (decimal): -5213046 or 9073840. OLE color: 9073840.

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

Color convert

RGB176116138-
CMYK00.340.220.31
HSL338º27.52%57.25%-
HSV(B)338º34.09%69.02%-
XYZ28.7423.5627.08-
YUV136.45128.88156.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=40.93%
G=26.98%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611613800.340.220.3133827.5257.25
HexB0748A022161F1521c39
Octal26016421204226375223471
Binary101100001110100100010100100010101101111110101001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0748A; }

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

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

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

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

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

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

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

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