#B7748F

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

Shades of Tapestry #B7748F

Tints of Tapestry #B7748F

Color information

#B7748F (or 0xB7748F) is unknown color: approx Tapestry. HEX triplet: B7, 74 and 8F. RGB value is (183,116,143). Sum of RGB (Red+Green+Blue) = 183+116+143=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7748F is #488B70. Grayscale: #8B8B8B. Windows color (decimal): -4754289 or 9401527. OLE color: 9401527.

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

Color convert

RGB183116143-
CMYK00.370.220.28
HSL335.82º31.75%58.63%-
HSV(B)335.82º36.61%71.76%-
XYZ30.7324.5429.1-
YUV139.11130.2159.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 116 (45.70% from 255) = 26.24%
BLUE value IS 143 (56.25% from 255) = 32.35%
R=41.40%
G=26.24%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311614300.370.220.28335.8231.7558.63
HexB7748F025161C150203b
Octal26716421704526345204073
Binary1011011111101001000111101001011011011100101010000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7748F; }

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

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

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

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

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

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

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

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