#B8747E

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

Shades of Tapestry #B8747E

Tints of Tapestry #B8747E

Color information

#B8747E (or 0xB8747E) is unknown color: approx Tapestry. HEX triplet: B8, 74 and 7E. RGB value is (184,116,126). Sum of RGB (Red+Green+Blue) = 184+116+126=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8747E is #478B81. Grayscale: #898989. Windows color (decimal): -4688770 or 8287416. OLE color: 8287416.

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

Color convert

RGB184116126-
CMYK00.370.320.28
HSL351.18º32.38%58.82%-
HSV(B)351.18º36.96%72.16%-
XYZ29.7824.1922.84-
YUV137.47121.53161.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 116 (45.70% from 255) = 27.23%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=43.19%
G=27.23%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411612600.370.320.28351.1832.3858.82
HexB8747E025201C15f203b
Octal27016417604540345374073
Binary1011100011101001111110010010110000011100101011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8747E; }

 p { color: rgb(184,116,126); }

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

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

 a { background-color: rgb(184,116,126); }

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

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

 span { border-color: rgb(184,116,126); }

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