#B7748A

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

Shades of Tapestry #B7748A

Tints of Tapestry #B7748A

Color information

#B7748A (or 0xB7748A) is unknown color: approx Tapestry. HEX triplet: B7, 74 and 8A. RGB value is (183,116,138). Sum of RGB (Red+Green+Blue) = 183+116+138=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7748A is #488B75. Grayscale: #8A8A8A. Windows color (decimal): -4754294 or 9073847. OLE color: 9073847.

HSL color Cylindrical-coordinate representation of color #B7748A: hue angle of 340.3º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7748A is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB183116138-
CMYK00.370.250.28
HSL340.3º31.75%58.63%-
HSV(B)340.3º36.61%71.76%-
XYZ30.3624.3927.15-
YUV138.54127.7159.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=41.88%
G=26.54%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311613800.370.250.28340.331.7558.63
HexB7748A025191C154203b
Octal26716421204531345244073
Binary1011011111101001000101001001011100111100101010100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7748A; }

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

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

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

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

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

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

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

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